Add subscribers based on subscriber ID to a new or existing tag.
JSON Request Example:
"json_request" element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Name of API set to be used |
requestmethod | Function being called |
Please note: ALL OPTIONAL elements that are not used should be deleted from submitted call. if only one tag is being added to and / or only one subscriber is being added, any additional "{*tag_id or tag_name*}" and / or "{*subscriber_id*}" elements should be deleted.
"details" element
"tag"
Field Name | Description |
tag (Required) | ID of tag to be searched. At least one required. |
subscriberid | ID of subscriber being added to tag. At least one required. |
Successful Response:
"response" element
Field Name | Description |
status | Will return SUCCESS if contact(s) were successfully added to the tag(s). |
data | Tag count contact(s) were added to |
Unsuccessful Response:
"response" element
Field Name | Description |
status | Will return FAILED if unsuccessful |
errormessage | Text explaining why request failed |