Create subscriber
Create subscriber with the given data
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
RequiredsubscriberId
RequiredstringUnique identifier of the subscriber
firstName
stringFirst name of the subscriber
lastName
stringLast name of the subscriber
email
stringEmail address of the subscriber
phone
stringPhone number of the subscriber
avatar
stringAvatar URL or identifier
timezone
stringTimezone of the subscriber
locale
stringLocale of the subscriber
data
objectAdditional custom data for the subscriber
Header Parameters
idempotency-key
stringA header for idempotency purposes
Created
Broadcast event to all POST
Trigger a broadcast event to all existing subscribers, could be used to send announcements, etc. In the future could be used to trigger events to a subset of subscribers based on defined filters.
Patch subscriber PATCH
Patch subscriber by your internal id used to identify the subscriber