Not finding what you're looking for?
Contact UsHow do I set up webhooks?
To set up webhooks as a notification channel:
- Go to the Notifications page in the Messijo dashboard.
- Create a Webhook notification and add your webhook URL.
- Validate the webhook from its notification card.
- Messijo will POST a JSON payload to that URL for matching mentions.
The webhook payload includes the full mention data, including any Lens classification results. You can route webhooks to Zapier, n8n, your CRM, or any endpoint that accepts incoming webhooks.
You can use webhooks alongside other notification channels. For example, sending urgent mentions to Slack and piping everything to a webhook for logging or automation.