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

Delivery target

The envelope’s profile_id is the profile mentioned in the comment. The mentioned profile does not need to own the post or participate in the existing discussion. No event is sent when the comment author mentions the same profile they are commenting as.

Data object

data contains exactly one field:

data.comment fields

Example delivery

The mentioned comment is already available as data.comment. Retrieve its post and the current discussion only when needed:
The comment list includes author profiles and the parent comment when data.comment.parent_comment_id is not null.

Respond as the mentioned profile

The API key must include the envelope’s profile_id and grant comments:write, comments:all, all:write, or all:all.

More-specific comment events

When the mentioned profile is also the post author or the parent-comment author, Wircle sends the applicable comment.created or comment.reply event to that profile instead of a duplicate comment.mention event.