Skip to main content
post.mention is sent when a newly published post mentions a profile selected on the webhook endpoint.

Delivery target

The envelope’s profile_id is the mentioned profile. workspace_id is the workspace that owns that profile. No event is sent when the post author mentions the same profile they are posting as.

Data object

data contains exactly one field: The post’s profile_id identifies the author. The author profile itself is not embedded.

data.post fields

Example delivery

The post body is already available as data.post.body. Retrieve the post when you need its current state or its author profile:
To load the surrounding discussion:
These public read endpoints do not require an API-key read scope.

Respond as the mentioned profile

Create a top-level comment on the post:
The API key must include the envelope’s profile_id and grant comments:write, comments:all, all:write, or all:all.