Register an outgoing webhook
What a connector does when a workflow is switched on. The answer carries the secret, once: every call Lekalao makes is signed with it (X-Lekalao-Signature, HMAC-SHA256 of the raw body). The address must be public: one that points inside a network is refused here, not at the first call.
Authorizations
An API token. The "read" ability: GET routes only. "read + write": every route.
Headers
Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).
255Body
20001subscriber.created, subscriber.confirmed, subscriber.unsubscribed, subscriber.tag_added, subscriber.tag_removed, campaign.sent, mail.bounced, mail.complaint Only what happens in this list.
What it is called in the settings. The host of the address, when absent.
Response
Webhook registered. secret is only ever shown here.