Active campaign create contact within a list [GOT CREATED]

Hi, does anyone know if you can create a contact within a specific list in Active Campaign, right now I only see the option of creating a contact in AC but I don’t see the option to select a specific list.

Welcome to the community.

@francovg this is currently not possible. Will make this post a feature request.

Thanks @RicardoE105

@francovg got created. We will let you know when is released.

1 Like

Can you please explain how I create the workflow where someone submits a form in Webflow (First name, last name, email) and then a new contact is added to a specific list in Active Campaign. I would love a loom video if possible. Thanks I appreciate it.

There you go @francovg

To get the credentials see the links below. Remember to active the workflow when the testing is done.

https://www.loom.com/share/02ff9c096b5941ad894649f035412693

Workflow
 {
      "nodes": [
        {
          "parameters": {},
          "name": "Start",
          "type": "n8n-nodes-base.start",
          "typeVersion": 1,
          "position": [
            250,
            300
          ]
        },
        {
          "parameters": {
            "site": "60174cdc3da5cd10493513bf"
          },
          "name": "Webflow Trigger",
          "type": "n8n-nodes-base.webflowTrigger",
          "typeVersion": 1,
          "position": [
            500,
            300
          ],
          "webhookId": "2d0e5978-d157-41d4-8bd2-1e5276041902",
          "credentials": {
            "webflowApi": "webflow api key"
          }
        },
        {
          "parameters": {
            "email": "={{$node[\"Webflow Trigger\"].json[\"data\"][\"email\"]}}",
            "additionalFields": {
              "firstName": "={{$node[\"Webflow Trigger\"].json[\"data\"][\"first_name\"]}}",
              "lastName": "={{$node[\"Webflow Trigger\"].json[\"data\"][\"last_name\"]}}"
            }
          },
          "name": "ActiveCampaign",
          "type": "n8n-nodes-base.activeCampaign",
          "typeVersion": 1,
          "position": [
            790,
            300
          ],
          "credentials": {
            "activeCampaignApi": "AC Credentials"
          }
        },
        {
          "parameters": {
            "resource": "contactList",
            "listId": 2,
            "contactId": "={{$node[\"ActiveCampaign\"].json[\"id\"]}}"
          },
          "name": "ActiveCampaign1",
          "type": "n8n-nodes-base.activeCampaign",
          "typeVersion": 1,
          "position": [
            1100,
            300
          ],
          "credentials": {
            "activeCampaignApi": "AC Credentials"
          }
        }
      ],
      "connections": {
        "Webflow Trigger": {
          "main": [
            [
              {
                "node": "ActiveCampaign",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "ActiveCampaign": {
          "main": [
            [
              {
                "node": "ActiveCampaign1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    }
1 Like

Amazing @RicardoE105 , I really appreciate this level of explanation, your mic was muted but I understood everything, it makes sense. Keep up with the great customer support.

Glad it was useful. Let us know if you have any other questions.