feat(webhook): add respondWith action

This commit is contained in:
Ali BARIN
2024-02-23 16:19:42 +00:00
parent 7484bf7403
commit 57ce8da0ee
3 changed files with 43 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import defineApp from '../../helpers/define-app.js';
import actions from './actions/index.js';
import triggers from './triggers/index.js';
export default defineApp({
@@ -10,5 +11,6 @@ export default defineApp({
baseUrl: '',
apiBaseUrl: '',
primaryColor: '0059F7',
actions,
triggers,
});