Connect Antlytics to Integrately
Integrately is a 1-click automation platform. Use its Webhook trigger to receive Antlytics analytics events and drive actions in popular apps.
Option A: Webhooks (recommended)
- In Integrately, create a new automation. Search for Webhook as the trigger app and choose Webhook received as the event.
- Copy the webhook URL Integrately provides.
- In your Antlytics dashboard, go to Settings → Webhooks → Add webhook.
- Paste the URL, select your events, then click Create. Save the signing secret.
- Click Test in Antlytics to send a sample payload.
- Back in Integrately, click Capture webhook response — the payload fields become available for mapping.
- Add action steps to send notifications, update records, or post messages.
Example payload (daily summary)
{
"event": "daily_summary",
"site_id": "YOUR_SITE_ID",
"site_name": "example.com",
"period": "2026-04-11",
"stats": {
"visitors": 142,
"pageviews": 387,
"bounce_rate": 45,
"top_pages": [{ "path": "/", "visitors": 80 }],
"top_referrers": []
},
"timestamp": "2026-04-11T09:00:00Z"
}
Use stats > visitors and stats > pageviews in your action step field mapping.
Option B: API polling
Integrately does not have a built-in scheduler. Use a Schedule + HTTP pattern in Zapier or Make, or set up a simple cron job that calls GET /api/v1/stats and posts results to an Integrately webhook.
Need help?
Email support@antlytics.com with your site ID.
Something missing? Get in touch and we will update these docs.