feat(bigin-by-zoho-crm): add create event action

This commit is contained in:
Rıdvan Akca
2024-02-21 18:14:22 +03:00
parent b3d2a1167c
commit 00e18cf42d
3 changed files with 297 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import createContact from './create-contact/index.js';
import createEvent from './create-event/index.js';
export default [createContact];
export default [createContact, createEvent];