Ortto integration (Marketing, Data). Imported from open-connector.
https://api.au.ap3api.com/v1/person/get
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of people to return. Ortto allows 1 to 500. |
| offset | integer | optional | The offset for offset-based pagination. |
| cursor_id | string | optional | The cursor ID returned by the previous Ortto response. |
| fields | array | optional | Ortto person field IDs to return for each contact. |
| q | string | optional | A text search query for matching people. |
| type | string | optional | The Ortto person collection to query. |
| sort_order | string | optional | Sort direction for the selected sort_by_field_id. |
| sort_by_field_id | string | optional | The Ortto person field ID to sort by. |
| filter | object | optional | An Ortto filter object copied from the Ortto app or built according to the Ortt… |
/v1/person/get-by-ids
| Param | Type | Required | Description |
|---|---|---|---|
| contact_ids | array | required | Ortto contact IDs to retrieve. |
| fields | array | optional | Ortto person field IDs to return for each contact. |
/v1/person/merge
| Param | Type | Required | Description |
|---|---|---|---|
| people | array | required | People to create or update. Ortto allows 1 to 100 people per request. |
| async | boolean | optional | Whether Ortto should queue the merge asynchronously. |
| merge_by | array | optional | Ortto person field IDs used to identify existing people. |
| merge_strategy | number | optional | Ortto merge strategy: 1 append only, 2 overwrite existing, or 3 ignore existing. |
| find_strategy | number | optional | Ortto find strategy: 0 any, 1 next only if previous empty, or 2 all. |
| skip_non_existing | boolean | optional | Whether to update only existing contacts and skip creating new contacts. |
| merge_by_alt_fields | object | optional | Optional alternate field mapping for Ortto merge_by identifiers. |
| suppression_list_field_id | string | optional | Ortto field ID used to compare new contacts against the email suppression list. |