Skip to product menu
Skip to main content

To Export the Failed Executions with ids

Description:

You can use this API to export one or bulk of failed executions in the webhooks.

Requested Payload

  • ids - The specify the IDs to retry the failed executions 

Note: Max of 300 ids will be allowed

Request Header:

  • Accept - To export the failed executions in an excel sheet. If not specified then it will be sent as response ("application/vnd.sealed.xlsx")

OAuth Scope:

SalesIQ.webhooks.CREATE

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/webhooks/{id}/executions

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000002001/executions

Payload:

Copied{
	ids : [id1,id2,id3]
}

Sample Payload:

Copied{
	ids : ["b8eeec69-ac43-4792-84ee-1df527e5c6ec", "eca1f9c8-5acf-463b-96a8-20629cb8fcff"]
}