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.type is mention.created for automatic feed routing, or mention.resent for on-demand sends from the app. (Renamed from match.created/match.resent.)
  • Return any 2xx status 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