post
https://api.flipdish.co/webhooks/orgs//subscriptions/
Update an existing webhook subscription configuration including callback URL, event types, and delivery settings. What you can update:
- Callback URL: Change where webhooks are delivered (must remain HTTPS)
- Event types: Add new events to monitor or remove events you no longer need
- Property scope: Change from specific properties to all properties or vice versa
- Status: Enable or disable the subscription without deleting it
Update behavior:
- Atomic operation: All changes succeed or fail together
- Immediate effect: Changes apply to new events immediately
- Event history: Past webhook deliveries are not affected
- Validation: New event types must exist in the event catalog and be enabled
Common update scenarios:
- Expand monitoring: Add new event types as your integration grows
- Change destination: Update callback URL when moving to new infrastructure
- Maintenance mode: Temporarily disable without losing configuration
Important notes:
- Removing event types stops future notifications for those events
- URL changes take effect immediately for new events
- Disabled subscriptions retain configuration but stop sending webhooks
