Resource Ready With Update
webhook
resource.ready_with_updateThis webhook is triggered when a resource has run successfully and is ready with an update to its data.
About webhook events
This webhook event is sent as a POST request to your configured webhook endpoints when the specified event occurs in your Faraday account. Configure webhook endpoints using the Create webhook endpoint API.
Event payload
When this event occurs, Faraday will send a POST request to your webhook endpoint with the following JSON payload:
Example usage
To receive this webhook event, you need to:
- Create a webhook endpoint using the Create webhook endpoint API
- Ensure your endpoint can receive POST requests with a JSON payload
- Verify webhook signatures for security (recommended)
- Respond with a 2xx status code to acknowledge receipt of the event