Add campaign contacts

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

campaignIdstringRequiredformat: "uuid"
Campaign ID

Request

This endpoint expects an object.
contactIdslist of stringsRequired

List of contact IDs to add (1-1000 per request)

Response

Contacts added to campaign
addedlong
Number of contacts successfully added to the campaign

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error