Skip to main content

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.

Do Webhooks support custom Authorisation mechanisms?

No, the Webhook system does not support any Authorisation mechanisms other than Signature validation (for more information, see the Security section). This includes, but is not limited to:
  1. Custom Bearer tokens
  2. A custom Authorization header
  3. Custom API keys
  4. Custom payload structure

What IP addresses should we expect Webhooks to be sent from (for allowlisting senders)?

Signature validation is the main mechanism for preventing your external systems receiving Webhook events from bad actors (for more information, see the Security section). With signature validation, you can be sure that the sender knows the Secret which was chosen set during setup, and that the contents of the Webhook event has not been intercepted and tampered with once leaving the Mention Me platform. However, we can provide you a series of IP address ranges to expect Webhook requests from. Though, it is worth noting that, at any time, Mention Me reserves the right to change these IP address ranges without notice. Just reach out to our support team for the up-to-date IP address ranges.

Next steps

Security

Verify webhook signatures to ensure authenticity.

Set up a webhook

Create a webhook destination and start receiving events.
Last modified on March 31, 2026