Pass the ID of the Conversation that this message will be added to.
text*
string
Pass the text for the content of the message. It can include HTML. If a full URL is included in the text, it will be automatically converted to a link.
message_template_id
integer
Pass the ID of a message template to use as the content for this message.
If the message template contains text, then this text would override the value you pass along with the text parameter.
If the message template does not contain text, then any text you pass in the query parameter will be added to the message underneath the media player.
The message will be attributed to the user who created this message template.
user_email
String
Email address of the user that this message should be attributed to. This user with this email address must be an owner or team member in the account.
If blank, then the message will be posted anonymously.
internal
boolean
If true, then this message will be posted as an "internal" message, which is only visible to team members in the account. Internal messages are not visible to guests and non-logged-in users.
{"id": 1207,"conversation_id": 544,"message_type": "text","recorded_duration_seconds": 0,"author": {"anonymous":true },"message_url": "https://awesomecompany.clarityflow.com/c/096a594dd11759d1f6876d842#message-1207","embed_message_url": "https://awesomecompany.clarityflow.com/embeds/messages/Your_account/1207&show_author=true","download_media_url": null, "text": "<p>New Text Message</p><p>This is the second paragraph with <strong>bold text</strong>.</p><p>This URL will automatically link: https://google.com</p>",
"message_template": null,"message_created_time": "2022-02-01 17:21:37.455575","message_credated_time_nice": "February 2nd, 2022 05:21PM UTC",}
{"error": "Required parameter conversation_id is missing"}
If the conversation_slug is passed, then only messages from this conversation will be returned. If conversation_slug is not present, then messages from all conversationsn will be returned.
page
integer
A maximum of 50 messages will be returned starting from th most recently created message. To retrieve messages further back than 50, pass the page number.
date_time
yyyy-mm-dd
If date_time is passed, then only messages that were created after this date will be returned.
email
String
If email is passed, only messages authored by the user who has this email will be returned.