latestOpenAPI 3.0.02026-08-10416661.5 MB

e96b3e58b041

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"
}