We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd05d6 commit b8ff349Copy full SHA for b8ff349
utils/api/webhooks.js
@@ -15,8 +15,11 @@ export const createWebhookConfig = (accessToken) => {
15
'params': {
16
'base_url': `${process.env.NEXT_PUBLIC_APP_BASE_URL}`
17
},
18
- 'all_events': false,
19
- 'events': WEBHOOK_EVENTS,
+ 'all_events': true,
+ // TODO(alishaevn): attempt to use the below again when https://github.com/assaydepot/scientist_api_v2/pull/248
20
+ // is available on api prod
21
+ // 'all_events': false,
22
+ // 'events': WEBHOOK_EVENTS,
23
'send_own_action_items': false,
24
}
25
0 commit comments