{
"type": "sequence.comment.posted",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"channel": "linkedin",
"sequence_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"step_index": 1,
"message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"outreach_target": {
"table_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"row_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"column_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"linkedin_urn": "<string>",
"linkedin_slug": "<string>"
},
"sender": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"linkedin_slug": "<string>",
"display_name": "<string>"
},
"comment": {
"body": "<string>",
"body_truncated": true,
"comment_id": "<string>",
"post_url": "<string>"
},
"posted_at": "2023-11-07T05:31:56Z"
}
}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.
{
"type": "sequence.comment.posted",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"channel": "linkedin",
"sequence_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"step_index": 1,
"message_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"outreach_target": {
"table_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"row_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"column_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"linkedin_urn": "<string>",
"linkedin_slug": "<string>"
},
"sender": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "jsmith@example.com",
"linkedin_slug": "<string>",
"display_name": "<string>"
},
"comment": {
"body": "<string>",
"body_truncated": true,
"comment_id": "<string>",
"post_url": "<string>"
},
"posted_at": "2023-11-07T05:31:56Z"
}
}Body
Equal to the webhook-id HTTP header. Stable across retries;
use for receiver-side deduplication.
Event time (when the business action happened), set once at
publish and replayed on retries. NOT the dispatch time, which
lives in the webhook-timestamp HTTP header and is recomputed
per send.
Show child attributes
Show child attributes
Response
Receiver acknowledged.