Webhooks
Webhooks send real-time HTTP POST requests to your server when events occur in Aceframe.
Go to Settings, scroll to Integrations, and enter your webhook URL. Aceframe sends a POST request with JSON data for each event.
Supported events: demo.viewed (when someone views a shared demo) and lead.captured (when someone submits a lead gate form).
The payload includes: event type, demo ID, demo title, viewer information (device, country, referrer), and a timestamp.
Use webhooks to connect Aceframe to Zapier, Make (Integromat), Slack notifications, custom dashboards, or any system that accepts HTTP requests.
Test your webhook by viewing one of your shared demos. Check your endpoint for the incoming request.
If your endpoint returns a non-2xx status code, Aceframe retries the delivery up to 3 times with exponential backoff.