GoDial integration (Communication, Productivity). Imported from open-connector.
https://enterprise.godial.cc/meta/api/externals/accounts/list
/meta/api/externals/lists/list
/meta/api/externals/contact/list/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The GoDial list ID whose contacts should be returned. |
/meta/api/externals/contact/{contactId}/view
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | The GoDial contact ID to fetch. |
/meta/api/externals/contact/add
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The contact name. |
| string | optional | The contact email address. | |
| phone | string | required | The primary phone number of the contact. |
| secondPhone | string | optional | An alternate phone number for the contact. |
| companyName | string | optional | The contact company name. |
| note | string | optional | The note text saved for the contact. |
| remarks | string | optional | The remarks text saved for the contact. |
| extra | string | optional | Extra note content saved for the contact. |
| assignmentMode | string | optional | How GoDial should assign the new contact when an explicit assignee is not used. |
| customFields | array | optional | Custom fields forwarded to GoDial. |
| listId | string | required | The GoDial list ID where the contact should be stored. |
| assignedAccountId | string | optional | The GoDial account ID assigned to the contact. |
| source | string | optional | The lead source label for the contact. |
| address | string | optional | The contact address. |
| sourceMarketing | object | optional | UTM-style marketing attribution object forwarded to GoDial. |