Atlas.so integration (Communication, Productivity). Imported from open-connector.
https://api.atlas.so/v1/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | integer | optional | The Atlas pagination cursor. Atlas defaults this to 0. |
| limit | integer | optional | The maximum number of records to return. Atlas defaults this to 20. |
/v1/accounts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Atlas account ID. |
/v1/accounts/upsert
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | — |
| string | optional | — | |
| website | string | optional | — |
| externalId | string | optional | — |
| customFields | object | optional | — |
| primaryContactId | string | optional | — |
| accountManagerId | string | optional | — |
| secondaryAccountManagerId | string | optional | — |
/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | integer | optional | The Atlas pagination cursor. Atlas defaults this to 0. |
| limit | integer | optional | The maximum number of records to return. Atlas defaults this to 20. |
/v1/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Atlas customer ID. |
/v1/customers/lookup
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | — |
| string | optional | — | |
| phoneNumber | string | optional | — |
| userId | string | optional | — |
/v1/customers
| Param | Type | Required | Description |
|---|---|---|---|
| firstName | string | optional | — |
| lastName | string | optional | — |
| string | optional | — | |
| phoneNumber | string | optional | — |
| externalUserId | string | optional | — |
| customFields | object | optional | — |
| defaultSenders | object | optional | — |
/v1/customers/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Atlas customer ID. |
| firstName | string | optional | — |
| lastName | string | optional | — |
| string | optional | — | |
| phoneNumber | string | optional | — |
| externalUserId | string | optional | — |
| customFields | object | optional | — |
| defaultSenders | object | optional | — |
/v1/customers/upsert
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | — |
| userId | string | optional | — |
| firstName | string | optional | — |
| lastName | string | optional | — |
| string | optional | — | |
| phoneNumber | string | optional | — |
| customFields | object | optional | — |
| account | object | optional | — |
| alternatePhoneNumbers | array | optional | — |
| alternateEmails | array | optional | — |
/v1/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | integer | optional | The Atlas pagination cursor. Atlas defaults this to 0. |
| limit | integer | optional | The maximum number of records to return. Atlas defaults this to 20. |
| externalId | string | optional | The Atlas external session recording ID filter. |
| string | optional | The customer email address filter. | |
| pageUrl | string | optional | The page URL filter. |
| startedBefore | string | optional | Return sessions that started before this timestamp. |
| startedAfter | string | optional | Return sessions that started after this timestamp. |