Lists
Creating a New List
This endpoint creates a new list.
Note: the following settings cannot be modified via the API:
- API Confirmation Resend Block Timeout
- Resubscribers
FAQs
What are the limitations for a keyword?
- A keyword must contain at least two characters and no more than 15 characters.
- Keywords are not case sensitive.
FOO
will matchfoo
,FOO
, andFoo
. - You can’t use obscene words. We’re not going to spell them out here.
Are keywords case sensitive?
- No. The system checks for duplicate keywords by transforming all keywords to uppercase before performing matching algorithms.
What happens if the keyword isn’t available?
- The response from the API will be a 422 error with the response body looking like this:
Can I check if a keyword is available?
- Yes. By utilizing this endpoint. The response will either be:
or
Can I add multiple keywords to a list?
- Yes. The
keyword_names
parameter would need to be an array, like this:
What is a REPLY Response?
- REPLY Response is the response sent to the subscriber if they respond to the message with the word
REPLY
.
Request URL
Authorizations
Tatango authenticates API 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.
Body
application/json
Response
200 - application/json
List created
The response is of type object
.