Workflow: Manual Drift Create

Workflow Details

Download Workflow
{
    "id": "125",
    "name": "Create a contact in Drift",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Drift ",
            "type": "n8n-nodes-base.drift",
            "position": [
                450,
                300
            ],
            "parameters": {
                "email": "",
                "additionalFields": []
            },
            "credentials": {
                "driftApi": ""
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Drift ",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Manual Create Triggered
View
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
View
Awss3 Compression Automate Triggered
View
Append, lookup, update, and read data from a Google Sheets spreadsheet
View
Splitout Comparedatasets Create Triggered
View
HTTP Awssqs Automation Scheduled
View
New WooCommerce refund to Slack
View
Automate
View
Code Webhook Create Webhook
View
Dynamically generate HTML page from user request using OpenAI Structured Output
View