Skip to main content
POST
Track contact
The Track API Method is used to track a contact’s actions by managing tags.

Example Requests:

Add tags:
Add and remove tags:
Automation rules can be triggered based on tag additions or removals, e.g.:
  • On user registration tag, start onboarding drip campaigns.
  • On account upgrade, start account expansion drip campaigns.
  • On removal of the trial user tag, initiate upsell campaigns.

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings β†’ Team API Key.

Example:

Body

application/json
addTags
string[]

Tags to add to contact

removeTags
string[]

Tags to remove from contact

email
string

Email address of the contact

Example:

"test@example.com"

Response

βœ… Contact tracked successfully

status
string
Example:

"200"

message
string
Example:

"OK"