Cookies
We use cookies to understand how this site is used, and — if you allow it — to measure the ads that brought you here. Nothing beyond the strictly necessary runs until you choose. Details in the cookie policy.
Remembers this choice and keeps the site secure. Cannot be switched off.
Which pages get read and where people leave, so the site can be fixed where it is weak.
Lets us see which campaign a signup came from, and show follow-up ads off this site.
Developers
Included in every plan. You can drive the product from your own code and have the events pushed back to you. The full reference lives in the documentation.
Token per workspace, revocable, with a visible prefix and last-used date. Prospects: create, update, and add-and-enrol in one call. Suppressions and event subscriptions too. Read the docs.
sent, replied, clicked, bounced, unsubscribed: signed with HMAC-SHA256, with a delivery log you can read.
curl -X POST https://app.seegnals.com/api/v1/prospects \
-H "Authorization: Bearer $SEEGNALS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"email":"anke@nordwind.example","company_name":"Nordwind Logistics"}'Fig. 1 — one call. The token is a workspace token; there is no separate integrations plan.
replied webhook fires with the prospect and the campaign, signed, so your CRM can open the deal before anyone reads the inbox.bounced or unsubscribed event is the signal your other tools need most and get least.