Messages

Forward a message to multiple contacts

REQUIRED SCOPES <code>['messages:write']</code>

post/messages/forward

Request body

inbox_idinteger

ID of the inbox (team)

message_idinteger

ID of the message to forward

list_of_contactsinteger[]

Array of contact IDs to forward the message to

Response

Message forwarded successfully

messagestring

Example response

{
  "message": "Successfully sent"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.