Overview
Webhooks send real-time notifications from SmartlyQ to your own systems whenever something happens - a new contact, a form submission, a payment - so you can connect SmartlyQ to any external tool.
Where to find it
Open Settings > Developers > Webhooks (or the Developer area).
How to set up a webhook
- Create a webhook and enter your endpoint URL.
- Choose which events to subscribe to (for example new contact or new order).
- SmartlyQ sends a signed payload to your URL each time the event fires.
- Verify the signature to confirm the request came from SmartlyQ.
What you get
- A catalog of events to subscribe to.
- Signed payloads for secure verification.
- Real-time integration with external systems.
Tips
- Verify the signature on every request before acting on it.
- Return a 2xx quickly and process the payload asynchronously.