/message/sendSingle
- 1 Minute to read
- Print
- DarkLight
/message/sendSingle
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/message/sendSingle
Sends a prepared message as a single message to a specific user.
This method automatically adds the user who receives the email to the group of the prepared message.
Attachments can be encoded using base64encode.org.
Request body example:
{
"parameters":
[{"name" : "Parameter Name 1","value" : "Parameter Value 1"},
{"name" : "Parameter Name 2","value": "Parameter Value 2"}],
"attachments":
[{"name" : "image.png",
"contentType" : "application.png",
"content" : "BASE64ENCODING"}]
}
Query parameters
messageId
integer (int64)
ID of the message
recipientId
integer (int64)
ID of the user
senderProfileName
string
TLS sender profile. Requires a Feature Switch and setting up profile name in Mapp Engage. (optional)
Body parameters
object
parameters
Array of object (Attribute)
object
name
string
value
string
attachments
Array of object (Attachment)
object
name
string
contentType
string
content
string
Responses
204
400
Was this article helpful?