---
title: "POST /v1/Configuration/Webhooks"
method: POST
path: "/v1/Configuration/Webhooks"
tags: ["ConversationsV1Webhook"]
---

# POST /v1/Configuration/Webhooks

`POST /v1/Configuration/Webhooks`

## Response `200`

OK

- ConversationsV1ConfigurationConfigurationWebhook
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation.
  - `method` 'GET' | 'POST' — The HTTP method to be used when sending a webhook request.
  - `filters` string[], nullable — The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated`
  - `pre_webhook_url` string, nullable — The absolute url the pre-event webhook request should be sent to.
  - `post_webhook_url` string, nullable — The absolute url the post-event webhook request should be sent to.
  - `target` 'webhook' | 'flex' — The routing target of the webhook. Can be ordinary or route internally to Flex
  - `url` string, uri, nullable — An absolute API resource API resource URL for this webhook.

---

[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)
