cURL
Subscribers
Adding a Subscriber
This endpoint adds a subscriber to a list.
POST
cURL
The following parameters can be used to bypass the opt-in process:
bypass_opt_in_process- When true, adds phone number without double opt-inbypass_opt_in_response- When true, suppresses confirmation message
Request URL
Authorizations
The momoGood Messaging API v2 authenticates requests by validating an API key passed via HTTP Basic Authentication. Use your login email as the username and your API key as the password.
Path Parameters
ID of the list
Body
application/json
Response
200 - application/json
Subscriber created successfully
Examples:
"Subscriber added"
"Subscriber being added to campaign pending confirmation"
"Subscriber has been added - no opt-in message was sent due to list settings."
"Subscriber has already been sent opt-in message for this campaign."
"Subscriber is already subscribed to this campaign."