You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send prepared SMS message to a user with parameters
POST /integration//event?subtype=sms
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Either 'email', 'recipientMobileNumber' or 'recipientId' can be used as an identifier. Example event that is sent to Kafka:
Send prepared Push message to a user with parameters
POST /integration//event?subtype=push
Request body can contain any JSON object, 'pushMessageId' is an ID of push message template (not the campaign), 'mobileAppId' refers to the app that should be used, 'email' is used as user identifier. Example event that is sent to Kafka:
POST /integration//event?subtype=email
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Example event that is sent to Kafka:
POST /integration//event?subtype=email
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Example event that is sent to Kafka:
Send a transactional email and store transaction (order) details in Transactional RD
POST /integration//event?subtype=transaction
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Example event that is sent to Kafka:
Save transaction (order) details in Transactional RD without sending transactional email
POST /integration//event?subtype=transaction
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Example event that is sent to Kafka:
POST /integration//event?subtype=automation
Request body can contain any JSON object. MessageId it's an ID of the prepared message. Example event that is sent to Kafka: