Skip to product menu
Skip to main content

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