Webhooks

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).

SmartlyQ screenshot

How to set up a webhook

  1. Create a webhook and enter your endpoint URL.
  2. Choose which events to subscribe to (for example new contact or new order).
  3. SmartlyQ sends a signed payload to your URL each time the event fires.
  4. Verify the signature to confirm the request came from SmartlyQ.

SmartlyQ screenshot

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.