# Update configuration webhook **POST /v1/Configuration/Webhooks** A Webhook resource manages a service-level set of callback URLs and their configuration for receiving all conversation events. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **Method** (string) The HTTP method to be used when sending a webhook request. - **Filters** (array[string]) 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` - **PreWebhookUrl** (string) The absolute url the pre-event webhook request should be sent to. - **PostWebhookUrl** (string) The absolute url the post-event webhook request should be sent to. - **Target** (string) The routing target of the webhook. Can be ordinary or route internally to Flex ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. - **method** (string) The HTTP method to be used when sending a webhook request. - **filters** (array[string] | null) 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 | null) The absolute url the pre-event webhook request should be sent to. - **post_webhook_url** (string | null) The absolute url the post-event webhook request should be sent to. - **target** (string) The routing target of the webhook. Can be ordinary or route internally to Flex - **url** (string(uri) | null) An absolute API resource API resource URL for this webhook. [Powered by Bump.sh](https://bump.sh)