> ## 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.

# Connection accepted

> Origami POSTs this event when a LinkedIn invite from a sequence
is accepted by the recipient.

`requested_at` is when you sent the invite. `connected_at` is
when they accepted. `connected_at - requested_at` is the
acceptance latency, useful for reporting.

**Default in the picker:** on.




## OpenAPI

````yaml /openapi-webhooks.yaml webhook sequence.connection.accepted
openapi: 3.1.0
info:
  title: Origami Webhooks
  version: '1.0'
  description: |
    Outbound events Origami POSTs to your servers when sequencer activity
    happens. 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: {}

````