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

> Origami POSTs this event when a sequencer LinkedIn invite is
sent. Shape mirrors `Message sent`: `channel` is always
`"linkedin"` and `data.message.body` carries the optional
connection note (a LinkedIn premium feature — empty string
when no note was attached).

**Default in the picker:** off. The event duplicates state
the user already triggered. Useful for full lifecycle
visibility, especially paired with `sequence.connection.accepted`.




## OpenAPI

````yaml /openapi-webhooks.yaml webhook sequence.connection.requested
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: {}

````