Skip to content
Back to KickoffLabs

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.

  • api_key: Your account API key.
  • email, kid, or social_id: The lead identifier.

The CAMPAIGN_ACTION_ID path value is forwarded internally as laid.

Successful response:

{ "message": "Lead added to action" }
  • Missing lead identifier returns 409 with Please include a lead id or email.
  • Missing action id returns 409 with Please 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.