← Tools Reference

GoDial

GoDial integration (Communication, Productivity). Imported from open-connector.

API key5 toolshttps://enterprise.godial.cc
GET
godial_list_accounts
List GoDial accounts in the current company.

/meta/api/externals/accounts/list

GET
godial_list_lists
List GoDial lists in the current company.

/meta/api/externals/lists/list

GET
godial_list_contacts_in_list
List all contacts currently stored in one GoDial list.

/meta/api/externals/contact/list/{listId}

1 parameter
ParamTypeRequiredDescription
listIdstringrequiredThe GoDial list ID whose contacts should be returned.
GET
godial_get_contact
Fetch one GoDial contact by contact ID.

/meta/api/externals/contact/{contactId}/view

1 parameter
ParamTypeRequiredDescription
contactIdstringrequiredThe GoDial contact ID to fetch.
POST
godial_create_contact
Create one GoDial contact in a target list using the official external API form fields.

/meta/api/externals/contact/add

15 parameters
ParamTypeRequiredDescription
namestringoptionalThe contact name.
emailstringoptionalThe contact email address.
phonestringrequiredThe primary phone number of the contact.
secondPhonestringoptionalAn alternate phone number for the contact.
companyNamestringoptionalThe contact company name.
notestringoptionalThe note text saved for the contact.
remarksstringoptionalThe remarks text saved for the contact.
extrastringoptionalExtra note content saved for the contact.
assignmentModestringoptionalHow GoDial should assign the new contact when an explicit assignee is not used.
customFieldsarrayoptionalCustom fields forwarded to GoDial.
listIdstringrequiredThe GoDial list ID where the contact should be stored.
assignedAccountIdstringoptionalThe GoDial account ID assigned to the contact.
sourcestringoptionalThe lead source label for the contact.
addressstringoptionalThe contact address.
sourceMarketingobjectoptionalUTM-style marketing attribution object forwarded to GoDial.