getOrCreateMessage
Retrieves the Message object for a valid identifier. If the message does not exist, it will be created.
Body
Payload is the content type of the message. Accepted payload options: Text, Image, Choice, Dropdown, Card, Carousel, File, Audio, Video, Location
ID of the Conversation
28 - 36
Type of the Message represents the resource type that the message is related to
200
Schedule the Message to be sent at a specific time. Either dateTime or delay must be provided.
Optional list of tag names to use for strict matching when looking up existing messages. If provided, all specified tags must match exactly for a message to be considered a match. For example, with an existing message whose tags are {"foo": "a", "bar": "b", baz: "c"}: Without this parameter, ALL tags must match exactly. With ["bar","baz"], all listed tags must match their values, and other tags are not considered.
Response
The Message object represents a message in a Conversation for a specific User.
Was this page helpful?