Description: Add a new recipient telephone number to the given recipient list. NOTE: This API should not be used to bulk-insert a large number of recipients. More efficient methods can be provided by contacting support@gigabark.com URL: https://www.gigabark.com/api/recipient_list_subscribe.php Returns: [recipient_list object] or [error object]
Parameters
Parameter Name
Required
Description
Permitted Valued
Default
email
Yes
The email address associated with the Gigabark account making API requests
(none)
password
Yes
The password used to log into the Gigabark account making API requests
(none)
format
No
The format of responses from the Gigabark servers to your API requests.
xml, json
xml
recipient_list_id
Yes
The recipient list ID to which to add the new recipient.
(none)
recipient_telephone
Yes
The telephone number of the recipient to add to the recipient list
(none)
Interactive API Test Tool
This tool simulates an API call to our system at the URL above. The data in the form fields are the parameters sent in that API call. The response from our system is shown below.
email *
password *
format
recipient_list_id *
recipient_telephone *
Since you are not logged in, we return an empty object and avoid login verification.