Tracking iClosed with SIGNL

A form or calendar inside an embed cannot be read by any script — that is a browser rule, not a limitation of SIGNL. Instead the tracking snippet writes the visitor's id into the embed's link, and iClosed hands it back when somebody submits.

Setting it up

  1. 1.In iClosed open Settings, then Developers, then API Keys, and create a key.
  2. 2.Copy the webhook URL from the guide below — it already contains your client id and token.
  3. 3.Register it with one request: POST https://public.api.iclosed.io/v1/webhooks with an Authorization: Bearer <your key> header and a body naming that URL and the events newCallScheduled, callCancelled, callRescheduled and callOutcome.

Where to send it

Point iClosed's webhook at /api/webhooks/form/iclosed on your SIGNL domain.

These steps come from iClosed's own documentation and have not yet been run against a live account. If anything differs, tell us and we will correct it.