Webhooks
Instant HTTP callbacks on every completed task
curl $CALLBACK_URL -H "Content-Type: application/json" -d '
{
"id": 169578,
"status": "completed",
"completed_at": "2020-10-08T12:56:04.206Z",
"created_at": "2020-10-08T12:55:08.546Z",
"completed_by": "bernat@humanlambdas.com",
"queue": "Example",
"queue_id": 165,
"data": {
"text_test": "Some text"
},
"source": "manual"
}'Fetching and setting a queue's webhook
Get a queue's webhook
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Set a queue's webhook
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated