Seegnals

Developers

API and webhooks.
In every plan.

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.

What exists today

REST API

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.

Webhooks

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.

What you can build today.