← Tools Reference

MOCO

MOCO integration (Productivity, Finance). Imported from open-connector.

API key5 toolshttps://{account}.mocoapp.com{api_base_url_path}
GET
moco_get_profile
Retrieve the current MOCO user's profile.

/profile

GET
moco_list_companies
List MOCO companies with official filters and response-header pagination.

/companies

10 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe MOCO page number to request.
perPageintegeroptionalThe number of MOCO records to request per page.
updatedAfterstringoptionalReturn records updated after this UTC timestamp.
sortBystringoptionalThe MOCO field name to sort by.
sortDirectionstringoptionalThe MOCO sort direction.
includeArchivedbooleanoptionalWhether archived MOCO companies should be included.
typestringoptionalThe MOCO company type.
tagsarrayoptionalTags to match as a comma-separated MOCO tags filter.
identifierstringoptionalFilter companies by the MOCO identifier string.
termstringoptionalSearch companies by term.
GET
moco_get_company
Retrieve one MOCO company by ID.

/companies/{companyId}

1 parameter
ParamTypeRequiredDescription
companyIdintegerrequiredThe MOCO company identifier.
GET
moco_list_contacts
List MOCO contact people with official filters and response-header pagination.

/contacts/people

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe MOCO page number to request.
perPageintegeroptionalThe number of MOCO records to request per page.
updatedAfterstringoptionalReturn records updated after this UTC timestamp.
sortBystringoptionalThe MOCO field name to sort by.
sortDirectionstringoptionalThe MOCO sort direction.
tagsarrayoptionalTags to match as a comma-separated MOCO tags filter.
termstringoptionalSearch contacts by name, email, or company.
phonestringoptionalReverse lookup contacts by work or mobile phone number.
GET
moco_get_contact
Retrieve one MOCO contact person by ID.

/contacts/people/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdintegerrequiredThe MOCO contact identifier.