feat(integration): 🚸 Easy webhook config
This commit is contained in:
@@ -32,7 +32,7 @@ export const defaultWebhookAttributes: Omit<
|
||||
Webhook,
|
||||
'id' | 'body' | 'url' | 'typebotId'
|
||||
> = {
|
||||
method: HttpMethod.GET,
|
||||
method: HttpMethod.POST,
|
||||
headers: [],
|
||||
queryParams: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user