Node referenceMarketing
ADD_TO_LIST
ADD_TO_LIST node.
What it does
ADD_TO_LIST node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
ADD_TO_LIST adds a contact to a static Marketing list. Provide contactId as an input and configure the target listId in the node settings (it can also be overridden at runtime via the listId input). Returns success: true when the contact is enrolled. See Marketing Lists.
Example
A newsletter subscription form fires FORM_TRIGGER. After CREATE_CONTACT returns the new contact.id, wire it into ADD_TO_LIST's contactId input and configure the List setting to your "Monthly Newsletter" list. The contact appears in the list immediately and will receive your next broadcast targeting that list.