Webhooks are a tool that allow you to send notifications outside of ChMeetings when something happens in Chmeetings. This is helpful when integrating with other services or creating workflows based on these notifications.
At the moment, webhooks are available for the following events:
- When People are created, updated, or deleted.
- When Contributions are created.
To configure a webhook:
- Go to Settings > Integrations > Webhooks.
- Click Add Webhook.
- In the Add New Webhook window, enter the Endpoint URL where notifications should be sent.
- Next, select the Events to listen to. You can choose to send notifications when People are created, updated, or deleted; or when Contributions are created.
- Save your webhook when done.
Once the webhook is created, you will see it listed, and you can edit or delete it.
When editing a webhook, you can also retrieve the Secret Key, which you can use to distinguish calls coming from ChMeetings. You can also disable the webhook, as needed.
If you want to delete a webhook, you must confirm your choice, keeping in mind that deleted webhooks cannot be restored.
Note: The ChMeetings API rate is 100 requests per 20s. |