This is the preferred implementation type for data events whenever available. File: Webhook implementations are configured in the connector’s events configuration and use the same webhook endpoints as connector-level events. See details of how webhooks are implemented here: Webhook Events. Webhook implementation for data collections is exactly the same as for connector-level webhook events.Documentation Index
Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt
Use this file to discover all available pages before exploring further.
Configuration Example
Implementaiton
Data collection webhook events are implemented in the same way as the normal webhook events. See Webhook Events for detailed implementation. Implementation files are located in the data collection folder and named as<event-type>-<function-name>.<ext>, for example created-webhook-subscribe.js or created-webhook-handle.map.yml.