Antlytics logoAntlytics

Connect Antlytics to IFTTT

IFTTT's Webhooks service lets you receive an HTTP POST from Antlytics and trigger any IFTTT action — email notifications, Google Sheets rows, smart home devices, and more.

Option A: Webhooks (recommended)

Get your IFTTT Webhooks URL

  1. Go to ifttt.com/maker_webhooksDocumentation.
  2. Note your unique key and the trigger URL format:
    https://maker.ifttt.com/trigger/{event}/with/key/{your-key}
    
  3. Choose an event name — e.g. antlytics_daily — and build the full URL:
    https://maker.ifttt.com/trigger/antlytics_daily/with/key/YOUR_IFTTT_KEY
    

Create the Antlytics webhook

  1. In your Antlytics dashboard, go to Settings → WebhooksAdd webhook.
  2. Paste the IFTTT URL above.
  3. Select Daily summary and click Create.
  4. Save the signing secret for your records.
  5. Click Test to fire a test event to IFTTT.

Create the IFTTT Applet

  1. In IFTTT, create a new Applet. Choose WebhooksReceive a web request as the trigger.
  2. Enter the event name you chose (e.g. antlytics_daily).
  3. Choose your action (e.g. send an email, append a Google Sheets row).
  4. IFTTT passes value1, value2, value3 from the POST body. To map Antlytics fields, set up a Pipedream or Make middle-step to extract specific values before forwarding to IFTTT.

Note: IFTTT Webhooks only pass three value fields. For richer automation use Zapier, Make, or n8n instead.


Option B: API polling

IFTTT does not natively support scheduled HTTP GET requests. Use a Schedule by Zapier or Make scheduler to poll the Antlytics API and then forward results to an IFTTT webhook.


Need help?

Email support@antlytics.com with your site ID.

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