> ## Documentation Index
> Fetch the complete documentation index at: https://docs.origami.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Comment posted

> Origami POSTs this event when a sequencer LinkedIn comment is
published on the prospect's post.

This is deliberately NOT `sequence.message.sent`: a comment is a
public action on someone's post, not a message delivered to them,
so receivers that log sends to a CRM should record it as an
engagement touch rather than as outreach.

`data.comment.post_url` is the permalink of the post that was
commented on (the copy captured when the comment was written, so
it stays correct even after the prospect's newer posts arrive).
`data.comment.comment_id` is the provider-side id, when the
provider returned one.

Likes (`linkedin_react`) fire no event.

**Default in the picker:** off.




## OpenAPI

````yaml /openapi-webhooks.yaml webhook sequence.comment.posted
openapi: 3.1.0
info:
  title: Origami Webhooks
  version: '1.0'
  description: |
    Outbound events Origami POSTs to your servers when sequencer or table
    activity happens. v3 Job events (`job.succeeded`, `job.failed`,
    `job.cancelled`, `job.needs_input`) ship in a separate spec:
    `openapi-webhooks-jobs.yaml`. Verify the `webhook-signature` header on
    every request before acting on the payload; see the signatures guide.
    Receivers MUST dedupe on the `webhook-id` header. Configure endpoints in
    **Settings → Developers → Webhooks**.
servers: []
security: []
paths: {}

````