github.com/twilio/twilio-go@v1.20.1/rest/conversations/v1/docs/ConversationsV1ConfigurationWebhook.md (about)

     1  # ConversationsV1ConfigurationWebhook
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. |
     8  **Method** | Pointer to [**string**](ConfigurationWebhookEnumMethod.md) |  |
     9  **Filters** | Pointer to **[]string** | The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved` |
    10  **PreWebhookUrl** | Pointer to **string** | The absolute url the pre-event webhook request should be sent to. |
    11  **PostWebhookUrl** | Pointer to **string** | The absolute url the post-event webhook request should be sent to. |
    12  **Target** | Pointer to [**string**](ConfigurationWebhookEnumTarget.md) |  |
    13  **Url** | Pointer to **string** | An absolute API resource API resource URL for this webhook. |
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17