Skip to main content
WEBHOOK
sequence.connection.requested
{
  "type": "<unknown>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "sequence_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": {
      "email": "jsmith@example.com",
      "linkedin_slug": "<string>",
      "display_name": "<string>"
    },
    "message": {
      "subject": "<string>",
      "body": "<string>",
      "body_truncated": true,
      "provider_id": "<string>",
      "thread_id": "<string>",
      "rfc_message_id": "<string>"
    },
    "sent_at": "2023-11-07T05:31:56Z"
  }
}

Body

application/json
type
any
required
id
string<uuid>
required

Equal to the webhook-id HTTP header. Stable across retries — use for receiver-side deduplication.

timestamp
string<date-time>
required

Event time (when the business action happened), set once at publish and replayed on retries. NOT the dispatch time — that lives in the webhook-timestamp HTTP header and is recomputed per send.

data
object
required

Response

200

Receiver acknowledged.