Creates a webhook.Ask AIpost https://public-api.production.liveswitch.com/v1/webhooksRequired scope: webhooks.writeBody ParamsThe entity containing the values to updateeventTypestringenumCreateUpdateDeleteAllowed:CreateUpdateDeletenamestring | nullA readable name for a user to identify a webhookdescriptionstring | nullA description of what the purpose of this webhook isurlstring | nullThe URL to be invokedentityNamestringenumConversationsContactsAppInstallationsRecordingsDocumentsAccountsAllowed:ConversationsContactsAppInstallationsRecordingsDocumentsAccountsappIdstring | nullThe app id, if specified. This is useful for linking directly to your application, so you can identify your requests uniquelyenabledboolean | nullWhether or not this webhook will fire.truefalseResponse 200SuccessCallbacksConversations Createdposthttps://example.com/v1/new-conversationConversations Updatedposthttps://example.com/v1/new-updated-conversationConversations Deletedposthttps://example.com/v1/deleted-conversationContacts Createdposthttps://example.com/v1/new-contactContacts Updatedposthttps://example.com/v1/updated-contactContacts Deletedposthttps://example.com/v1/updated-contactAccounts Createdposthttps://example.com/v1/new-accountAccounts Updatedposthttps://example.com/v1/updated-accountAccounts Deletedposthttps://example.com/v1/deleted-accountAppInstallations Createdposthttps://example.com/v1/new-app-installationAppInstallations Deletedposthttps://example.com/v1/deleted-app-installationRecordings Createdposthttps://example.com/v1/new-recordingRecordings Updatedposthttps://example.com/v1/new-updated-recordingRecordings Deletedposthttps://example.com/v1/deleted-recordingDocuments Createdposthttps://example.com/v1/new-documentDocuments Updatedposthttps://example.com/v1/new-updated-documentDocuments Deletedposthttps://example.com/v1/deleted-documentUpdated 6 months ago