Adds a lead to a campaign by creating a CampaignMember record, allowing you to track campaign engagement. Both `campaign_id` and `lead_id` must be valid Salesforce IDs of active, existing records — names or emails cannot be substituted, and deleted or inactive records will cause…
statusstringThe status of the campaign member. Common values include 'Sent', 'Responded'. The available statuses depend on campaign configuration. Value must exactly match one of the campaign's configured CampaignMember statuses; a mismatch will cause the call to be rejected.
lead_idRequiredstringThe Salesforce ID of the lead to add to the campaign.
campaign_idRequiredstringThe Salesforce ID of the campaign to add the lead 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.