Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    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