Add a subscriber to active autoresponders.
PLEASE NOTE: Autoresponders (Drips) are being deprecated, and replaced by Pinpointe's new Journeys tool. While Autoresponders can still be created and deployed, no statistical information is available. For more information, contact Pinpointe Support.
JSON Request Example:
"json_request" element
Field Name | Description |
username | Username used to login to Pinpointe |
usertoken | Unique token assigned to Pinpointe account |
requesttype | Autoresponders |
requestmethod | AddToAutoresponders |
"details" element
Field Name | Description |
email (Required) | Email address of contact to be added to active autoresponders |
list (Required) | ID of list that subscriber is in and has active autoresponder sequences attached to it |
Successful Response:
"response" element
Field Name | Description |
status | Will return SUCCESS if user was successfully added CAUTION: Adding a contact who is already part of the specified autoresponder will still return as successful. This contact will then receive any and all drip emails which they are qualified to receive, even if they have received these drip campaigns before. |
Unsuccessful Response:
"response" element
Field Name | Description |
status | Will return FAILED if unsuccessful |
errormessage | Text explaining why request failed |