Subscriber

Create or update a Subscriber

Requirements

To use the subscriber endpoint, requests must be made against a base URL of https://api-gw.emotiveapp.co/ Requests are authenticated using an Authorization header with value: Token <YOUR_API_KEY> .

You must send at least a phone_number oremail as required fields for creating/updating a subscriber

subscribe_identifier is available from the Subscriber Lists endpoint

When submitting new SMS subscribers from an external source, The following are required:

  • Properly formatted Authorization header

  • phone_number

  • source_type = LIST_GROWTH

  • subscribe_identifier. The value is found in the emotive application with List Growth->Integrations

The following parameters should not be included

  • platform

  • popup_identifier

  • subsource_identifier

post

Create a subscriber.

Body
anyOptional
or
anyOptional
Responses
202

Webhook Accepted.

application/json
post
/v1/subscriber
Subscriber Lists

Last updated

Was this helpful?