POST
/
v1
/
subscribers
/
{subscriberId}
/
messages
/
{messageId}
/
actions
/
{type}

Enter your API key in the Authorization field like the example shown below:

E.g ApiKey 18d2e625f05d80e

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Path Parameters

messageId
string
required
type
string
required
subscriberId
string
required

Body

application/json
status
enum<string>
required

Message action status

Available options:
pending,
done
payload
object

Message action payload

Response

201
application/json
Created
_templateId
string
required
_environmentId
string
required
_messageTemplateId
string
required
_organizationId
string
required
_notificationId
string
required
_subscriberId
string
required
createdAt
string
required
content
required
transactionId
string
required
channel
enum<string>
required
Available options:
in_app,
email,
sms,
chat,
push
read
boolean
required
seen
boolean
required
cta
object
required
status
enum<string>
required
Available options:
sent,
error,
warning
errorId
string
required
errorText
string
required
payload
object
required

The payload that was used to send the notification trigger

overrides
object
required

Provider specific overrides used when triggering the notification

_id
string
subscriber
object
template
object
templateIdentifier
string
lastSeenDate
string
lastReadDate
string
subject
string
email
string
phone
string
directWebhookUrl
string
providerId
string
deviceTokens
string[]
title
string
_feedId
string | null