Update Instance Settings

Request test
sendDelay
sendDelayMax
webhook_url
webhook_message_received
webhook_message_ack
webhook_message_download_media
webhook_message_reaction
Request URL
https://connectivity.pk/api/instance/settings?instance_id={{instance_id}}&token={{token}}
Request body
token *Required
Your API Authorization code
sendDelay *Required
Delay in seconds between sending message, Default 1 second. Delay in seconds between sending message.
sendDelayMax *Required
Delay in seconds between sending message, Default 15 second. Delay in seconds between sending message when queue has 10 or more messages.
webhook_url
Http or https URL for receiving notifications.
webhook_message_received
true/false notifications in webhooks when message received.
webhook_message_ack
true/false ack (message delivered and message viewed) notifications in webhooks.
webhook_message_download_media
true/false to receive downloaded media callbacks in webhooks.
webhook_message_reaction
true/false to receive reaction events.
Response
No response yet.
Request samples