---
title: "Create a new webhook scoped to the conversation"
method: POST
path: "/v1/Conversations/{ConversationSid}/Webhooks"
tags: ["ConversationsV1Webhook"]
---

# Create a new webhook scoped to the conversation

`POST /v1/Conversations/{ConversationSid}/Webhooks`

Create a new webhook scoped to the conversation

## Path parameters

- `ConversationSid` string, required

## Response `201`

Created

- ConversationsV1ConversationConversationScopedWebhook
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
  - `conversation_sid` string, nullable — The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook.
  - `target` string, nullable — The target of this webhook: `webhook`, `studio`, `trigger`
  - `url` string, uri, nullable — An absolute API resource URL for this webhook.
  - `configuration` unknown
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.

## Changes

- **2025-07-03** (v1) `92d1169c37c2` — 3 breaking, 2 info
  - removed the enum value `GET` of the request property `Configuration.Method`
  - removed the enum value `POST` of the request property `Configuration.Method`
  - the `configuration` response's property type/format changed from `object`/`` to ``/`` for status `201`
  - added the new `get` enum value to the request property `Configuration.Method`
  - …1 more
- **2025-03-11** (v1) `b4d0e634cd69` — 1 breaking
  - the `configuration` response's property type/format changed from ``/`` to `object`/`` for status `201`
- **2023-08-10** (v1) `4e3f150aaa78` — 1 info
  - api tag `ConversationsV1Webhook` added

[Change history](https://skmtc.dev/twilio/apis/conversations-v1/changes/v1/Conversations/:ConversationSid/Webhooks/post.md)

---

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