The WeGoDoo Application supports webhooks, allowing you to receive real-time updates on specific events occurring within the application. Webhooks help automate workflows by sending event data to an external endpoint whenever specific actions occur in WeGoDoo.
How to Create a Webhook
To create a webhook, follow these steps:
- Go to the Settings section in the WeGoDoo web app.
- Select Webhooks from the side menu.
- Click on the Add Webhook button. A popup will appear.
- In the popup:
- Name: Provide a custom name to identify the webhook.
- Webhook URL: Enter the endpoint URL where the webhook data will be sent.
- Event: Select the event that will trigger this webhook. For example, selecting Task Created will trigger the webhook every time a new task is created.
- Click Add Webhook in the popup to save the webhook.
Supported Events
The following events are currently supported:
- Task Created
- Task Completed
- Task Verified
- New Task Comment
- Task Deleted
- Task Updated