EspoCRM integration (Productivity, Marketing). Imported from open-connector.
{base_url}/api/v1/App/user
/api/v1/Metadata
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | optional | Optional metadata path to return, such as entityDefs.Lead.fields.status.options. |
/api/v1/{entityType}
| Param | Type | Required | Description |
|---|---|---|---|
| entityType | string | required | The EspoCRM entity type, such as Account or Contact. |
| maxSize | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The zero-based list offset. |
| orderBy | string | optional | The EspoCRM field used for sorting. |
| order | string | optional | The sort direction. |
| where | array | optional | EspoCRM where clauses passed as JSON. |
/api/v1/{entityType}
| Param | Type | Required | Description |
|---|---|---|---|
| entityType | string | required | The EspoCRM entity type, such as Account or Contact. |
| data | object | optional | The EspoCRM record fields to create or update. |