Manage Organisation Webhooks #
Webhooks are a feature that allows users to receive real-time notifications about specific events in the organization. When an event occurs, a POST request is sent to the specified URL with details about the event. This way, there is no need to repeatedly make API calls to check for updates; instead, updates can be received automatically as they happen. This is particularly useful to update external systems such as WMSs or ERPs.
Step 1:
- Navigate to Organization->Settings->Webhooks in the Meili Dashboard.

- Click on the + Add webhook button to initiate the process of creating a new webhook.
Step 2:
- A dialog labeled New webhook will appear.
- In the provided field, enter the URL where the webhook will send data.
Step 3: (Optional)
- Click on + Add new under the ‘Headers’ section to add headers.
- Specify the Key and Value for each header that you wish to include.
Step 4:
- From the Select actions dropdown menu, choose the events that should trigger the webhook.
- Possible actions might include events like ‘team.updated’ or ‘vehicle.connected’.
- Use the toggle to set the webhook to Active if you want it to start functioning immediately.
Step 5:
- After configuring all details, click Save to finalize the creation of the webhook.