Documentation Index
Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
Use this file to discover all available pages before exploring further.
Some technical knowledge about webhooks is assumed. If you need help, contact our support team.
Difference between Webhooks and APIs
Unlike our APIs, where your external systems are requesting data from us, Webhooks are a way in which you can receive data from us when events occur in real-time.Basics
A Webhook is an HTTPS POST request to a URL of your choice, and any system which can accept a HTTPS request can be used to consume a Webhook from Mention Me. Any request your external system receives will:- Be a HTTP POST request (over SSL).
- Have data about an event which occurred in the body of the request. This data will be in the JSON format (you can see more in the Events section.
- (Optionally, if a Secret was chosen set during setup) Have a HTTP Header with a signature for the webhook. This signature helps to validate the authenticity of the Webhook - you can read more in the Security section.
Next steps
Set up a webhook
Create a webhook destination and start receiving events.
FAQs
Common questions about webhook delivery, retries and formats.