feat: introduce singleton webhook URL
This commit is contained in:
@@ -34,6 +34,9 @@ export default defineTrigger({
|
||||
},
|
||||
],
|
||||
|
||||
useSingletonWebhook: true,
|
||||
singletonWebhookRefValueParameter: 'phoneNumberSid',
|
||||
|
||||
async testRun($) {
|
||||
await fetchMessages($);
|
||||
|
||||
|
@@ -5,6 +5,7 @@ export default defineTrigger({
|
||||
name: 'Catch raw webhook',
|
||||
key: 'catchRawWebhook',
|
||||
type: 'webhook',
|
||||
showWebhookUrl: true,
|
||||
description: 'Triggers when the webhook receives a request.',
|
||||
|
||||
async testRun($) {
|
||||
|
Reference in New Issue
Block a user