Webhooks in WeGoDoo

Webhooks in WeGoDoo

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:

  1. Go to the Settings section in the WeGoDoo web app.

  2. Select Webhooks from the side menu.
  3. Click on the Add Webhook button. A popup will appear.
  4. 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.

  5. 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
  • Task Reminder