Response for pending action

Description

You can use this API to send a response indicating that the pending action of the Zobot is complete.

OAuth Scope:

SalesIQ.callbacks.UPDATE

Request Payload:

Any response payload is acceptable, and they will get rendered/executed like how they are returned in any handler.

 

URL:

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/callbacks/{request id}/response

Example:

Copiedhttps://salesiq.zoho.com/api/v2/zylkerinc/callbacks/4fhgtd-hbnjwj-hbewjd-gyywye6/response

Payload:

Copied{
    "action" : "reply",
    "replies" : [        
{
  "type": "file",
  "text": "Your report has been generated!",
  "url" : "http://zylker.com/files/reports.pdf"
} ]
}