← Tools Reference

Atlas.so

Atlas.so integration (Communication, Productivity). Imported from open-connector.

API key10 toolshttps://api.atlas.so
GET
atlas_so_list_accounts
List Atlas accounts visible to the current API key.

/v1/accounts

2 parameters
ParamTypeRequiredDescription
cursorintegeroptionalThe Atlas pagination cursor. Atlas defaults this to 0.
limitintegeroptionalThe maximum number of records to return. Atlas defaults this to 20.
GET
atlas_so_get_account
Retrieve a single Atlas account by ID.

/v1/accounts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Atlas account ID.
POST
atlas_so_upsert_account
Create or update an Atlas account using the account upsert endpoint.

/v1/accounts/upsert

8 parameters
ParamTypeRequiredDescription
namestringoptional
emailstringoptional
websitestringoptional
externalIdstringoptional
customFieldsobjectoptional
primaryContactIdstringoptional
accountManagerIdstringoptional
secondaryAccountManagerIdstringoptional
GET
atlas_so_list_customers
List Atlas customers visible to the current API key.

/v1/customers

2 parameters
ParamTypeRequiredDescription
cursorintegeroptionalThe Atlas pagination cursor. Atlas defaults this to 0.
limitintegeroptionalThe maximum number of records to return. Atlas defaults this to 20.
GET
atlas_so_get_customer
Retrieve a single Atlas customer by ID.

/v1/customers/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Atlas customer ID.
POST
atlas_so_lookup_customer
Retrieve a single Atlas customer by ID, email, phone number, or user ID.

/v1/customers/lookup

4 parameters
ParamTypeRequiredDescription
idstringoptional
emailstringoptional
phoneNumberstringoptional
userIdstringoptional
POST
atlas_so_create_customer
Create an Atlas customer.

/v1/customers

7 parameters
ParamTypeRequiredDescription
firstNamestringoptional
lastNamestringoptional
emailstringoptional
phoneNumberstringoptional
externalUserIdstringoptional
customFieldsobjectoptional
defaultSendersobjectoptional
POST
atlas_so_update_customer
Update an Atlas customer by ID.

/v1/customers/{id}

8 parameters
ParamTypeRequiredDescription
idstringrequiredThe Atlas customer ID.
firstNamestringoptional
lastNamestringoptional
emailstringoptional
phoneNumberstringoptional
externalUserIdstringoptional
customFieldsobjectoptional
defaultSendersobjectoptional
POST
atlas_so_upsert_customer
Create or update an Atlas customer using the customer upsert endpoint.

/v1/customers/upsert

10 parameters
ParamTypeRequiredDescription
idstringoptional
userIdstringoptional
firstNamestringoptional
lastNamestringoptional
emailstringoptional
phoneNumberstringoptional
customFieldsobjectoptional
accountobjectoptional
alternatePhoneNumbersarrayoptional
alternateEmailsarrayoptional
GET
atlas_so_list_sessions
List Atlas session recordings with optional customer and date filters.

/v1/sessions

7 parameters
ParamTypeRequiredDescription
cursorintegeroptionalThe Atlas pagination cursor. Atlas defaults this to 0.
limitintegeroptionalThe maximum number of records to return. Atlas defaults this to 20.
externalIdstringoptionalThe Atlas external session recording ID filter.
emailstringoptionalThe customer email address filter.
pageUrlstringoptionalThe page URL filter.
startedBeforestringoptionalReturn sessions that started before this timestamp.
startedAfterstringoptionalReturn sessions that started after this timestamp.