Forward message
#
Method#
/forward-messagePOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/forward-message
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptSimple and straightforward, in this method, you can forward messages through the API by providing the messageId of the message you want to forward and the phone number of the chat where this messageId is located.
Attention
To use this method it is necessary to configure the webhook, if it has not yet been configured, the message will not be forwarded.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
phone | string | Recipient (or group ID in case you want to send it to a group) telephone number in the format DDI DDD NUMERS Ex: 551199999999. IMPORTANT only send numbers without formatting or a mask |
messageId | string | Message ID that will be forwarded |
messagePhone | string | Phone number of the chat where the messageId is located |
#
OptionalAttributes | Type | Description |
---|---|---|
delayMessage | number | In this attribute a delay is added to the message. You can decide between a range of 1 - 15 secs (this is for how many seconds it will wait to send the next message EX: “delayMessage”:5,). The default delay is between 1 - 3 secs. |
#
Request Body#
Response#
200Atributos | Tipo | Descrição |
---|---|---|
zaapId | string | id no z-api |
Example
#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”
#
Webhook ResponseLink para a response do webhook (ao receber)