← Tools Reference

Modjo AI

Modjo AI integration (Communication, AI, Data). Imported from open-connector.

API key20 toolshttps://api.modjo.ai/v2
GET
modjo_ai_list_users
List Modjo users with optional pagination and exact email filtering.

/users

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
emailstringoptionalFilter by exact user email address.
GET
modjo_ai_get_user
Get one Modjo user by ID.

/users/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Modjo resource ID.
GET
modjo_ai_list_teams
List Modjo teams with optional pagination and name filtering.

/teams

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
namestringoptionalFilter by exact or partial resource name.
GET
modjo_ai_get_team
Get one Modjo team by ID.

/teams/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Modjo resource ID.
GET
modjo_ai_list_team_members
List Modjo users that belong to a team.

/teams/{id}/members

3 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Modjo team ID.
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
GET
modjo_ai_list_accounts
List Modjo accounts with optional pagination and name filtering.

/accounts

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
namestringoptionalFilter by exact or partial resource name.
GET
modjo_ai_get_account
Get one Modjo account by ID.

/accounts/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Modjo resource ID.
GET
modjo_ai_list_contacts
List Modjo contacts with optional pagination and name filtering.

/contacts

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
namestringoptionalFilter by exact or partial resource name.
GET
modjo_ai_get_contact
Get one Modjo contact by ID.

/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Modjo resource ID.
GET
modjo_ai_list_deals
List Modjo deals with optional pagination and CRM filters.

/deals

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
namestringoptionalFilter deals by name.
account_idintegeroptionalFilter deals by Modjo account ID.
statusstringoptionalFilter deals by Modjo deal status.
GET
modjo_ai_get_deal_summary
Get the AI-generated summary for a Modjo deal.

/deals/{id}/summary

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Modjo resource ID.
GET
modjo_ai_list_calls
List Modjo calls with optional pagination, relation expansion, and filters.

/calls

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
expandarrayoptionalRelations to expand inline in a Modjo call response.
fromstringoptionalFilter calls starting from this ISO 8601 date-time.
tostringoptionalFilter calls ending at this ISO 8601 date-time.
user_idintegeroptionalFilter calls by Modjo user ID.
deal_idintegeroptionalFilter calls by Modjo deal ID.
account_idintegeroptionalFilter calls by Modjo account ID.
GET
modjo_ai_get_call
Get one Modjo call by integer ID or UUID with optional relation expansion.

/calls/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
expandarrayoptionalRelations to expand inline in a Modjo call response.
GET
modjo_ai_get_call_transcript
Get the transcript for a Modjo call by integer ID or UUID.

/calls/{id}/transcript

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
GET
modjo_ai_list_call_notes
List published notes for a Modjo call.

/calls/{id}/notes

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
GET
modjo_ai_list_call_summaries
List AI-generated summaries for a Modjo call.

/calls/{id}/summaries

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
GET
modjo_ai_get_call_next_steps
Get AI-extracted next steps for a Modjo call.

/calls/{id}/next-steps

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
GET
modjo_ai_list_call_tags
List tags associated with a Modjo call.

/calls/{id}/tags

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Modjo call ID. Modjo accepts a positive integer ID or UUID.
GET
modjo_ai_list_tags
List Modjo tags with optional pagination.

/tags

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.
GET
modjo_ai_list_topics
List Modjo topics with optional pagination.

/topics

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to request. Modjo pagination is 1-based.
sizeintegeroptionalNumber of items per page. Modjo allows values from 1 to 100.