Suggested filters
keyword:keyword:setup
results for a specific keyword
question:question:how do I get started?
AI will suggest the best answer
Dashboard
Edit Article Logout

Add Tags to a Contact by Tag Id


Adds one or more tags to a contact by tag id. Accepts both POST and PATCH. To look up tag ids, use Get all Tags; to add tags by name (and create tags on the fly), use Add Tags to a Contact by Tag Name.

Path Parameters
dsidstringrequired
The dsid of the contact to add tags to.
HTTP Request Examples
ids
[ 12, 34, 54 ]
HTTP Request Parameters
(body)array
JSON array of tag ids (numbers) to add. Unknown tag ids are silently skipped.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": {} }


How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles

Markdown Version