CreateAndPushContactToCampaign

This action creates a new contact and relates it to the existing campaign.

Action Parameters

Parameter Description
CampaignId Identifier of the campaign.
Email Contact email.
FirstName First name of the contact.
LastName Last name of the contact.
Company Company of the contact.
City City of the contact.
Phone Phone number of the contact.
CustomFields Custom fields of the contact in the array format, for example [{"key": "CustomField1", "value": "CustomFieldValue1"},{"key": "CustomField2", "value": "CustomFieldValue2"}].

Result

A new contact is created and related to the existing campaign.