We’re excited to announce that we’ve added a “Source” field that indicates the endpoint where a webhook event originates. Pave processes data in real-time and sends out webhooks for multiple events. You can read more about the different webhook events here: https://docs.pave.dev/guides/webhooks/overview/.
Impact
- Our customers write code to process the webhook events and react differently to each webhook event type.
- For example, you could skip calling our insights endpoint if you receive an event with the ‘source: balances’. This indicates that the webhook event was triggered due to an upload of balances data.
- Developers can use the source field to filter out which webhooks events they would like to react to.
Recommended Action
Use the new source field when ingesting events from our webhook and adjust your calls to our insights endpoints appropriately.
our blog