Skip to content

Drift#

The Drift node allows you to automate work in Drift, and integrate Drift with other applications. n8n has built-in support for a wide range of Drift features, including creating, updating, deleting, and getting contacts.

On this page, you'll find a list of operations the Drift node supports and links to more resources.

Credentials

Refer to Drift credentials for guidance on setting up authentication.

Examples and templates

For usage examples and templates to help you get started, take a look at n8n's Drift integrations list.

Basic Operations#

  • Contact
    • Create a contact
    • Get custom attributes
    • Delete a contact
    • Get a contact
    • Update a contact

Example Usage#

This workflow allows you to create a contact in Drift. You can also find the workflow on the website. This example usage workflow would use the following two nodes. - Start - Drift

The final workflow should look like the following image.

A workflow with the Drift node

1. Start node#

The start node exists by default when you create a new workflow.

2. Drift node#

  1. First of all, you'll have to enter credentials for the Drift node. You can find out how to do that here.
  2. Enter the email of the contact in the Email field.
  3. Click on Execute Node to run the workflow.