Send Antlytics data to Slack
Get your daily analytics summary posted directly to a Slack channel — no code required.
Option A: Webhooks (recommended)
Create a Slack Incoming Webhook
- Go to your Slack workspace → Manage apps → search for Incoming WebHooks.
- Click Add to Slack, choose the channel you want to post to, and click Add Incoming WebHooks Integration.
- Copy the Webhook URL (starts with
https://hooks.slack.com/services/…).
Connect to Antlytics
- In your Antlytics dashboard, go to Settings → Webhooks → Add webhook.
- Paste the Slack Webhook URL.
- Select Daily summary and/or Pageview threshold, then click Create.
- Save the signing secret for your records.
- Click Test — a message will appear in your Slack channel immediately.
Note: Slack Incoming Webhooks accept a JSON
textfield, not the full Antlytics payload structure. Use Zapier, Make, or n8n as a middle layer to format the message before posting to Slack if you want custom formatting.
Example: formatted Slack message via Zapier
In a Zapier action step (Slack → Send Channel Message), use:
📊 *{{site_name}}* — {{period}}
• Visitors: {{stats__visitors}}
• Pageviews: {{stats__pageviews}}
• Bounce rate: {{stats__bounce_rate}}%
Option B: API polling
Use a Zapier Schedule or Make scheduler to call GET /api/v1/stats daily and post a formatted summary to Slack.
Example Make scenario: Schedule → HTTP GET /api/v1/stats → Slack Post Message.
Need help?
Email support@antlytics.com with your site ID.
Something missing? Get in touch and we will update these docs.