Webhooks MAR Management
Webhooks Connector Overview
- Webhooks are event connectors, so every row synced by Fivetran represents a new event.
- Webhooks are appended only. Each new row is appended to a table in the destination. No row updates or deletes can occur with a Webhook connector.
- Webhooks do not allow Fivetran to sync your historical data. We can only capture data from your connector creation date forward.
What Contributes Towards MAR?
When new event occurs on your website or app and the HTTP request sends that data to the URL configured with your Webhook, that action contributes toward MAR.
Managing MAR for this Connector
- You have total control over what is sent to your endpoint, so you can exclude source data by simply not generating unwanted records.
- Since Webhooks never perform updates to records, you can archive/delete data in your destination to reduce storage costs.
- Ensure quality data is being sent to the endpoint. Unnecessary events can cause significant spikes in MAR for data that is used. When we encounter events that cannot be parsed (such as incomplete data), we skip those events and alert the user.