Twenty CRM integration (Productivity, Marketing). Imported from open-connector.
https://api.twenty.com/rest/metadata/objects
/rest/{objectNamePlural}
| Param | Type | Required | Description |
|---|---|---|---|
| objectNamePlural | string | required | The Twenty plural object API name, such as companies, people, opportunities, or… |
| limit | integer | optional | The maximum number of records to return. |
| startingAfter | string | optional | The Twenty record UUID. |
| endingBefore | string | optional | The Twenty record UUID. |
| filter | object | optional | A JSON object accepted or returned by Twenty. |
| orderBy | object | optional | A JSON object accepted or returned by Twenty. |
| depth | integer | optional | The relation depth to include in the returned records. |
/rest/{objectNamePlural}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| objectNamePlural | string | required | The Twenty plural object API name, such as companies, people, opportunities, or… |
| id | string | required | The Twenty record UUID. |
/rest/{objectNamePlural}
| Param | Type | Required | Description |
|---|---|---|---|
| objectNamePlural | string | required | The Twenty plural object API name, such as companies, people, opportunities, or… |
| data | object | optional | A JSON object accepted or returned by Twenty. |
/rest/{objectNamePlural}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| objectNamePlural | string | required | The Twenty plural object API name, such as companies, people, opportunities, or… |
| id | string | required | The Twenty record UUID. |
| data | object | optional | A JSON object accepted or returned by Twenty. |
/rest/{objectNamePlural}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| objectNamePlural | string | required | The Twenty plural object API name, such as companies, people, opportunities, or… |
| id | string | required | The Twenty record UUID. |