refactor(webhook): remove singleton webhook logic

This commit is contained in:
Ali BARIN
2025-01-13 16:11:29 +00:00
parent d688a97081
commit e4b31c7f52
5 changed files with 1 additions and 71 deletions

View File

@@ -35,9 +35,6 @@ export default defineTrigger({
},
],
useSingletonWebhook: true,
singletonWebhookRefValueParameter: 'phoneNumberSid',
async run($) {
const dataItem = {
raw: $.request.body,