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

# Create a new webhook scoped to the conversation in a specific service

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

Create a new webhook scoped to the conversation in a specific service

## Path parameters

- `ChatServiceSid` string, required
- `ConversationSid` string, required

## Response `201`

Created

- ConversationsV1ServiceServiceConversationServiceConversationScopedWebhook
  - `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.
  - `chat_service_sid` string, nullable — The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with.
  - `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.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/versions/34913a501fc2/schema)
