Using webhooks

Webhooks allow you to receive notification of important Inkit events in the form of a callback to your server, which you can then process.

🚧

Every Inkit webhook has a secret key, which you can use to check that Inkit initiated the callback. Because of the sensitive nature of these callbacks, you should securely store your webhook secret keys.

You can do the following tasks relating to webhooks: