Antlytics logoAntlytics

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

  1. Go to your Slack workspace → Manage apps → search for Incoming WebHooks.
  2. Click Add to Slack, choose the channel you want to post to, and click Add Incoming WebHooks Integration.
  3. Copy the Webhook URL (starts with https://hooks.slack.com/services/…).

Connect to Antlytics

  1. In your Antlytics dashboard, go to Settings → WebhooksAdd webhook.
  2. Paste the Slack Webhook URL.
  3. Select Daily summary and/or Pageview threshold, then click Create.
  4. Save the signing secret for your records.
  5. Click Test — a message will appear in your Slack channel immediately.

Note: Slack Incoming Webhooks accept a JSON text field, 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: ScheduleHTTP GET /api/v1/statsSlack Post Message.


Need help?

Email support@antlytics.com with your site ID.

Something missing? Get in touch and we will update these docs.