← Tools Reference

Vitally

Vitally integration (Productivity, Data). Imported from open-connector.

API key5 toolshttps://{subdomain}.rest.vitally.io
GET
vitally_list_accounts
List Vitally accounts with optional status and cursor pagination filters.

/resources/accounts

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of accounts to return, up to 100.
fromstringoptionalThe pagination cursor returned by a previous Vitally list response.
statusstringoptionalThe account status filter.
GET
vitally_get_account
Get a Vitally account by its Vitally ID or external ID.

/resources/accounts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Vitally account ID or the external ID supplied when creating it.
POST
vitally_create_account
Create a Vitally account with an external ID, name, optional organization, and traits.

/resources/accounts

4 parameters
ParamTypeRequiredDescription
externalIdstringrequiredThe unique account ID from your system.
namestringrequiredThe account name.
organizationIdstringoptionalThe Vitally-assigned organization ID to relate this account to.
traitsobjectoptionalVitally account traits keyed by trait name. Values are forwarded using Vitally'…
PUT
vitally_update_account
Update a Vitally account name, organization relationship, or traits by Vitally ID or external ID.

/resources/accounts/{id}

4 parameters
ParamTypeRequiredDescription
idstringrequiredThe Vitally account ID or the external ID supplied when creating it.
namestringoptionalThe updated account name.
organizationIdstringoptional
traitsobjectoptionalVitally account traits keyed by trait name. Values are forwarded using Vitally'…
DELETE
vitally_delete_account
Delete a Vitally account by its Vitally ID or external ID.

/resources/accounts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Vitally account ID or the external ID supplied when creating it.