Modjo AI integration (Communication, AI, Data). Imported from open-connector.
https://api.modjo.ai/v2/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| string | optional | Filter by exact user email address. |
/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo resource ID. |
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| name | string | optional | Filter by exact or partial resource name. |
/teams/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo resource ID. |
/teams/{id}/members
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo team ID. |
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| name | string | optional | Filter by exact or partial resource name. |
/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo resource ID. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| name | string | optional | Filter by exact or partial resource name. |
/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo resource ID. |
/deals
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| name | string | optional | Filter deals by name. |
| account_id | integer | optional | Filter deals by Modjo account ID. |
| status | string | optional | Filter deals by Modjo deal status. |
/deals/{id}/summary
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Modjo resource ID. |
/calls
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
| expand | array | optional | Relations to expand inline in a Modjo call response. |
| from | string | optional | Filter calls starting from this ISO 8601 date-time. |
| to | string | optional | Filter calls ending at this ISO 8601 date-time. |
| user_id | integer | optional | Filter calls by Modjo user ID. |
| deal_id | integer | optional | Filter calls by Modjo deal ID. |
| account_id | integer | optional | Filter calls by Modjo account ID. |
/calls/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
| expand | array | optional | Relations to expand inline in a Modjo call response. |
/calls/{id}/transcript
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
/calls/{id}/notes
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
/calls/{id}/summaries
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
/calls/{id}/next-steps
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
/calls/{id}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Modjo call ID. Modjo accepts a positive integer ID or UUID. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |
/topics
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. Modjo pagination is 1-based. |
| size | integer | optional | Number of items per page. Modjo allows values from 1 to 100. |