Action - Mark as Completed
POST https://api.kickofflabs.com/v2/CAMPAIGN_ID/actions/CAMPAIGN_ACTION_ID
Marks a campaign action as completed for an existing lead.
Required parameters
Section titled “Required parameters”api_key: Your account API key.email,kid, orsocial_id: The lead identifier.
The CAMPAIGN_ACTION_ID path value is forwarded internally as laid.
JSON response
Section titled “JSON response”Successful response:
{ "message": "Lead added to action" }Errors
Section titled “Errors”- Missing lead identifier returns
409withPlease include a lead id or email. - Missing action id returns
409withPlease include a campaign action id. - Lead not found returns
404. - Action not found returns
404. - Actions based on lead tags cannot be marked complete through this endpoint; tag the lead with the configured lead tag instead.