New mention
SnitchFeed POSTs this payload to your HTTPS endpoint when a mention is delivered via webhook. Configure your endpoint URL in the platform under Integrations → Webhooks.
event.typeismention.createdfor automatic feed routing, ormention.resentfor on-demand sends from the app. (Renamed frommatch.created/match.resent.)- Return any
2xxstatus to acknowledge delivery. The response body is ignored. - Failed deliveries are retried with exponential backoff.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
mentionId*string
Public mention id (men_...).
listenerId*integer
organizationId*integer
event*
platform*string
Value in
- "reddit"
- "twitter"
- "bluesky"
- "linkedin"
- "hackernews"
datePosted*string
When the post was published.
dateFound*string
When SnitchFeed detected the match.
ai*
reddit?
linkedin?
x?
bluesky?
Response Body
Example Requests
POST
/mention-created