Inbound Webhooks
Let other tools push events into DashX. You create an endpoint, give its URL to an external system, and the events it POSTs arrive in DashX to act on.
Create an endpoint
- Go to Integrations → Webhooks → Create Endpoint.
- DashX generates a unique URL — copy it into the external tool's webhook/notification settings.
- Optionally scope it:
- Filter which payloads/events it accepts (leave empty to allow all).
- Save. Incoming requests to that URL are received and processed by DashX.
Manage endpoints
- Regenerate the endpoint's secret/URL if it may be exposed (update the sender afterward).
- Delete an endpoint to stop receiving from that source.
tip
Use a separate endpoint per external system so you can revoke one without breaking the others, and so the source of each event is obvious.