cURL
curl --request POST \ --url https://api.pictify.io/webhook-subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "event": "render.completed", "targetUrl": "<string>", "platform": "custom", "filters": { "templateId": "<string>", "bindingId": "<string>" } } '
{ "subscription": { "uid": "<string>", "event": "render.completed", "targetUrl": "<string>", "platform": "zapier", "status": "active", "filters": { "templateId": "<string>", "bindingId": "<string>" }, "deliveryCount": 123, "failureCount": 123, "lastDeliveryAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "secret": "<string>" } }
API key obtained from the Pictify dashboard
render.completed
render.failed
binding.updated
binding.failed
zapier
make
n8n
pipedream
custom
Show child attributes
Subscription created