Webhooks
Just like External APIs help you reach out to an external API, webhooks allow you to custom define an endpoint to receive data in Chakra.
Data Format
Webhooks accept data only in json format. Their response cannot be configured and is empty.
Authentication
Webhooks need to be authenticated with a valid API token which can be generated from the API Token dashboard
Consume
To consume a webhook data you will need to listen to an event called webhook:inbound:post
which carries the webhook payload