refactor(twilio/receive-sms): convert to webhook

This commit is contained in:
Ali BARIN
2023-05-15 20:30:16 +00:00
parent 6c14a353ef
commit 25cb4d90f3
4 changed files with 115 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ import addAuthHeader from './common/add-auth-header';
import auth from './auth';
import triggers from './triggers';
import actions from './actions';
import dynamicData from './dynamic-data';
export default defineApp({
name: 'Twilio',
@@ -17,4 +18,5 @@ export default defineApp({
auth,
triggers,
actions,
dynamicData,
});