Webhook Notifications

Configure a webhook URL to automatically receive a POST callback when a render finishes (success or failure). You can set the URL in the Render Console or programmatically.

Set or Update Webhook URL

set-webhook.sh

Trigger a Test Delivery

test-webhook.sh

Webhook Payload

webhook_payload.json
  • The callback is a JSON POST request sent immediately after the render finishes.
  • Respond within 5 seconds; timeouts are not retried.
  • Use the status field (success or failed) alongside error_message/error_log_url to handle failures gracefully.