CreateNewContactWithParameters
This action creates a new contact with a full set of parameters.
Action Parameters
| Parameter | Description |
|---|---|
| Name | Contact name. |
| Contact email. | |
| CampaignId | Campaign identifier. |
| DayOfCycle | The day on which the contact is in the Autoresponder cycle. Null indicates the contact is not in the cycle. |
| Scoring | Contact scoring. Null removes the score from a contact. |
| IpAddress | The contact's IP address. |
| Tags | Array of JSON objects specifying tag assignments. |
| CustomFieldValues | Array of JSON objects specifying custom field IDs and their values. |
Result
A new contact is created and linked to the specified campaign with the provided settings.
It takes a few minutes for a new contact to appear in the Contacts object. If the added contact didn't appear in the list, there's a possibility that it was rejected at a later stage of processing.
Campaigns can be set to double opt-in. The contact has to click a link in a confirmation message before they can be added to your list. Unconfirmed contacts are not returned by the API and can only be found using Search Contacts.
Was this page helpful?