Adds a contact to a campaign by creating a CampaignMember record to track campaign engagement. Fails if the contact is already a member of the campaign; pre-check membership via SOQL before calling.
statusstringThe status of the campaign member. Common values include 'Sent', 'Responded'. The available statuses depend on campaign configuration. Value must exactly match a configured CampaignMember Status for the campaign; arbitrary strings will fail. Query the campaign's CampaignMemberSt…
contact_idRequiredstringThe Salesforce ID of the contact to add to the campaign.
campaign_idRequiredstringThe Salesforce ID of the campaign to add the contact to.
custom_fieldsobjectDictionary of custom field API names and their values for CampaignMember. Custom field names typically end with '__c'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.