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

This commit is contained in:
Rıdvan Akca
2024-02-21 15:23:39 +03:00
parent 43c34fcb7b
commit b3d2a1167c
8 changed files with 316 additions and 1 deletions

View File

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