---
title: "Get sequence inbound webhook"
method: GET
path: "/sequences/{sequenceId}/inbound-webhook"
tags: ["Sequences"]
---

# Get sequence inbound webhook

`GET /sequences/{sequenceId}/inbound-webhook`

Returns the endpoint configuration attached to an inbound_webhook trigger.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence inbound webhook retrieved successfully

- object
  - `success` boolean
  - `webhook` SequenceInboundWebhook
    - `id` string
    - `secret` string — Secret URL token. Treat it as a credential.
    - `url` string, uri
    - `eventName` string
    - `fieldMapping` SequenceInboundWebhookFieldMapping
      - `email` string, required — Dot path to the subscriber email in the webhook payload.
      - `firstName` string
      - `lastName` string
      - `properties` object
    - `samplePayload` object, nullable
    - `sampleCapturedAt` string, date-time, nullable
    - `status` 'pending_setup' | 'active'
    - `createdAt` string, date-time

## Other responses

- `400` — Sequence is not configured with a valid inbound_webhook trigger
- `404` — Sequence or inbound webhook not found

## Changes

- **2026-08-16** `6fd2903b91ce` — 2 info
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `404` status
- **2026-08-02** `36f92fc0caa2` — 2 breaking
  - the response property `success` became optional for the status `400`
  - the response property `success` became optional for the status `404`
- **2026-07-18** `09f0c32988fb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sequences/:sequenceId/inbound-webhook/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/6fd2903b91ce/schema)
