Added webhooks for typebot events

This commit is contained in:
Davidson Gomes
2023-08-23 07:54:46 -03:00
parent 03637b2d4d
commit 10c7e81e02
12 changed files with 87 additions and 9 deletions

View File

@@ -23,6 +23,9 @@ export enum Events {
GROUPS_UPDATE = 'groups.update',
GROUP_PARTICIPANTS_UPDATE = 'group-participants.update',
CALL = 'call',
TYPEBOT_START = 'typebot.start',
TYPEBOT_CHANGE_STATUS = 'typebot.change-status',
CHAMA_AI_ACTION = 'chama-ai.action',
}
export declare namespace wa {