MCP App Store
Business
Velaris Basic icon

Velaris Basic

by Velaris

Overview

Velaris Basic lets you access your customer data directly from ChatGPT, using plain language — no dashboards, no switching tabs. What you can do: Look up accounts and organizations — check health scores, churn status, ARR, lifecycle stage, and assigned CSM for any customer. Search contacts — find individuals by name, account, or role and review their details. Track risks and opportunities — surface at-risk accounts or open expansion opportunities across your book of business. Manage notes and tasks — read existing notes, create new ones, and update tasks tied to customer records. Who it's for: Customer Success Managers and CS leaders who want a faster way to access and update their Velaris data without leaving their workflow. Requires a Velaris account. Read and write access is governed by your Velaris role permissions.

Tools

velaris___archive_account

ChatGPT
Archive an account

velaris___archive_account

ChatGPT
Archive an account

velaris___archive_contact

ChatGPT
Archive a contact

velaris___archive_contact

ChatGPT
Archive a contact

velaris___archive_opportunity

ChatGPT
Archive an opportunity

velaris___archive_opportunity

ChatGPT
Archive an opportunity

velaris___archive_organization

ChatGPT
Soft-deletes an organization by marking it as archived. Archived organizations are hidden from default list results but can be retrieved with archived=true. Use POST /core/organizations/{entityId}/restore to reverse.

velaris___archive_organization

ChatGPT
Soft-deletes an organization by marking it as archived. Archived organizations are hidden from default list results but can be retrieved with archived=true. Use POST /core/organizations/{entityId}/restore to reverse.

velaris___archive_risk

ChatGPT
Archive a risk

velaris___archive_risk

ChatGPT
Archive a risk

velaris___archive_task

ChatGPT
Archives a task by its ID. The task ID is provided in the request body. The taskId must be prefixed with srcid- (internal) or extid- (external).

velaris___archive_task

ChatGPT
Archives a task by its ID. The task ID is provided in the request body. The taskId must be prefixed with srcid- (internal) or extid- (external).

velaris___batch_read_accounts

ChatGPT
Efficiently fetches up to 100 accounts in a single request. Use this instead of N individual GET calls when you already have a list of IDs.

velaris___batch_read_accounts

ChatGPT
Efficiently fetches up to 100 accounts in a single request. Use this instead of N individual GET calls when you already have a list of IDs.

velaris___batch_read_contacts

ChatGPT
Fetches up to 100 contacts in a single request. Supports lookup by internalId, externalId, or email address (set property="email").

velaris___batch_read_contacts

ChatGPT
Fetches up to 100 contacts in a single request. Supports lookup by internalId, externalId, or email address (set property="email").

velaris___batch_read_custom_objects

ChatGPT
Fetches up to 100 custom object instances in a single request. Supports lookup by internalId or externalId.

velaris___batch_read_custom_objects

ChatGPT
Fetches up to 100 custom object instances in a single request. Supports lookup by internalId or externalId.

velaris___batch_read_opportunities

ChatGPT
Fetches up to 100 opportunities in a single request.

velaris___batch_read_opportunities

ChatGPT
Fetches up to 100 opportunities in a single request.

velaris___batch_read_organizations

ChatGPT
Efficiently fetches up to 100 organizations in a single request. Use this instead of making N individual GET calls when you already have a list of organization IDs. Specify whether the IDs are internal ("internalId"), external ("externalId"), or email-based ("email") in the "property" field.

velaris___batch_read_organizations

ChatGPT
Efficiently fetches up to 100 organizations in a single request. Use this instead of making N individual GET calls when you already have a list of organization IDs. Specify whether the IDs are internal ("internalId"), external ("externalId"), or email-based ("email") in the "property" field.

velaris___batch_read_risks

ChatGPT
Fetch up to 100 risks by a set of internal IDs or external IDs in a single request. Returns a cursor-paginated V2 response (items + nextCursor).

velaris___batch_read_risks

ChatGPT
Fetch up to 100 risks by a set of internal IDs or external IDs in a single request. Returns a cursor-paginated V2 response (items + nextCursor).

velaris___batch_read_users

ChatGPT
Fetch up to 100 users by a set of internal IDs, external IDs, or email addresses in a single request.

velaris___batch_read_users

ChatGPT
Fetch up to 100 users by a set of internal IDs, external IDs, or email addresses in a single request.

velaris___convert_currency

ChatGPT
Converts a monetary amount from one currency to another using the tenant's current exchange rates. amount, fromCurrency, and toCurrency are required.

velaris___convert_currency

ChatGPT
Converts a monetary amount from one currency to another using the tenant's current exchange rates. amount, fromCurrency, and toCurrency are required.

velaris___create_account

ChatGPT
Creates a new account. All tenant-defined fields are passed as properties. Optionally associate contacts, assign owners, set a lifecycle stage, and link to a parent organization using organizationId or organizationExternalId.

velaris___create_account

ChatGPT
Creates a new account. All tenant-defined fields are passed as properties. Optionally associate contacts, assign owners, set a lifecycle stage, and link to a parent organization using organizationId or organizationExternalId.

velaris___create_activity

ChatGPT
Creates a new activity record. title, activityType, source, sourceId, activityDateTime, and linkedEntities (minimum 1) are required.

velaris___create_activity

ChatGPT
Creates a new activity record. title, activityType, source, sourceId, activityDateTime, and linkedEntities (minimum 1) are required.

velaris___create_contact

ChatGPT
Creates a new contact. email is required and must be unique. Optionally associate the contact with accounts and organizations.

velaris___create_contact

ChatGPT
Creates a new contact. email is required and must be unique. Optionally associate the contact with accounts and organizations.

velaris___create_custom_object

ChatGPT
Creates a new instance of the specified custom object type. The request body must include all required fields defined in the object's schema. Pass externalId to enable external-ID-based lookups.

velaris___create_custom_object

ChatGPT
Creates a new instance of the specified custom object type. The request body must include all required fields defined in the object's schema. Pass externalId to enable external-ID-based lookups.

velaris___create_field

ChatGPT
Creates a new custom field definition for an entity type. name, label, type, and entityType are required. For select and multiselect types, supply the options array.

velaris___create_field

ChatGPT
Creates a new custom field definition for an entity type. name, label, type, and entityType are required. For select and multiselect types, supply the options array.

velaris___create_note

ChatGPT
Creates a new note and attaches it to one or more entities. title, body, source, and linkedEntities (minimum 1) are required.

velaris___create_note

ChatGPT
Creates a new note and attaches it to one or more entities. title, body, source, and linkedEntities (minimum 1) are required.

velaris___create_opportunity

ChatGPT
Creates a new opportunity. properties.title is required. The opportunity must be linked to an account or organization via parentEntity.

velaris___create_opportunity

ChatGPT
Creates a new opportunity. properties.title is required. The opportunity must be linked to an account or organization via parentEntity.

velaris___create_organization

ChatGPT
Creates a new organization. All tenant-defined fields are passed as properties. Optionally link contacts, assign owners, and set a lifecycle stage on creation.

velaris___create_organization

ChatGPT
Creates a new organization. All tenant-defined fields are passed as properties. Optionally link contacts, assign owners, and set a lifecycle stage on creation.

velaris___create_risk

ChatGPT
Creates a new risk. properties.title is required. The risk must be linked to an account or organization via parentEntity.

velaris___create_risk

ChatGPT
Creates a new risk. properties.title is required. The risk must be linked to an account or organization via parentEntity.

velaris___create_task

ChatGPT
Creates a new task. name, assignee, and activityTypeId are required. Use activityTypeId: 1 (General) when no linkedEntity is provided.

velaris___create_task

ChatGPT
Creates a new task. name, assignee, and activityTypeId are required. Use activityTypeId: 1 (General) when no linkedEntity is provided.

velaris___create_ticket

ChatGPT
Creates a new support ticket. title is required.

velaris___create_ticket

ChatGPT
Creates a new support ticket. title is required.

velaris___create_ticket_comment

ChatGPT
Add a comment to a ticket

velaris___create_ticket_comment

ChatGPT
Add a comment to a ticket

velaris___delete_activity

ChatGPT
Delete an activity

velaris___delete_activity

ChatGPT
Delete an activity

velaris___delete_note

ChatGPT
Delete a note

velaris___delete_note

ChatGPT
Delete a note

velaris___delete_task

ChatGPT
Delete a task

velaris___delete_task

ChatGPT
Delete a task

velaris___delete_ticket

ChatGPT
Delete a ticket

velaris___delete_ticket

ChatGPT
Delete a ticket

velaris___delete_ticket_comment

ChatGPT
Delete a ticket comment

velaris___delete_ticket_comment

ChatGPT
Delete a ticket comment

velaris___get_account

ChatGPT
Returns full details for a single account. Use "srcid-{id}" for internal IDs (e.g. "srcid-38") or "extid-{externalId}" for external IDs (e.g. "extid-bothive_1254"). If you only have a name, use search_accounts first to find the ID.

velaris___get_account

ChatGPT
Returns full details for a single account. Use "srcid-{id}" for internal IDs (e.g. "srcid-38") or "extid-{externalId}" for external IDs (e.g. "extid-bothive_1254"). If you only have a name, use search_accounts first to find the ID.

velaris___get_account_parent_entity

ChatGPT
Returns the parent organization (or account) of the specified account.

velaris___get_account_parent_entity

ChatGPT
Returns the parent organization (or account) of the specified account.

velaris___get_activity

ChatGPT
Get an activity by ID

velaris___get_activity

ChatGPT
Get an activity by ID

velaris___get_base_currency

ChatGPT
Returns the tenant's configured base currency.

velaris___get_base_currency

ChatGPT
Returns the tenant's configured base currency.

velaris___get_contact

ChatGPT
Returns full details for a single contact.

velaris___get_contact

ChatGPT
Returns full details for a single contact.

velaris___get_custom_object

ChatGPT
Returns full details for a single custom object instance.

velaris___get_custom_object

ChatGPT
Returns full details for a single custom object instance.

velaris___get_exchange_rates_for_month

ChatGPT
Returns the exchange rates that were in effect for the specified month.

velaris___get_exchange_rates_for_month

ChatGPT
Returns the exchange rates that were in effect for the specified month.

velaris___get_field

ChatGPT
Get a field by ID

velaris___get_field

ChatGPT
Get a field by ID

velaris___get_note

ChatGPT
Get a note by ID

velaris___get_note

ChatGPT
Get a note by ID

velaris___get_opportunity

ChatGPT
Returns full details for a single opportunity.

velaris___get_opportunity

ChatGPT
Returns full details for a single opportunity.

velaris___get_organization

ChatGPT
Returns full details for a single organization. Use "srcid-{id}" for internal IDs (e.g. "srcid-38") or "extid-{externalId}" for external IDs (e.g. "extid-bothive_1254"). If you only have a name, use search_organizations first to find the ID.

velaris___get_organization

ChatGPT
Returns full details for a single organization. Use "srcid-{id}" for internal IDs (e.g. "srcid-38") or "extid-{externalId}" for external IDs (e.g. "extid-bothive_1254"). If you only have a name, use search_organizations first to find the ID.

velaris___get_picklist_definition

ChatGPT
Returns the allowed option values for a picklist (select or multiselect) custom field. Always call this before setting or filtering on a picklist field to ensure you use valid option values. Both level and name are required. level must be organization, account, or contact. Use the value property of each returned option as the filter value in SearchFilter.

velaris___get_picklist_definition

ChatGPT
Returns the allowed option values for a picklist (select or multiselect) custom field. Always call this before setting or filtering on a picklist field to ensure you use valid option values. Both level and name are required. level must be organization, account, or contact. Use the value property of each returned option as the filter value in SearchFilter.

velaris___get_risk

ChatGPT
Returns full details for a single risk.

velaris___get_risk

ChatGPT
Returns full details for a single risk.

velaris___get_task

ChatGPT
Get a task by ID

velaris___get_task

ChatGPT
Get a task by ID

velaris___get_ticket

ChatGPT
Get a ticket by ID

velaris___get_ticket

ChatGPT
Get a ticket by ID

velaris___get_user

ChatGPT
Returns a single Velaris user by their integer ID. Use to resolve a CSM ID (from the csm field on an Account) to a name.

velaris___get_user

ChatGPT
Returns a single Velaris user by their integer ID. Use to resolve a CSM ID (from the csm field on an Account) to a name.

velaris___get_user_by_email

ChatGPT
Returns users matching the supplied email addresses. Use when you know a person's email but not their internal user ID.

velaris___get_user_by_email

ChatGPT
Returns users matching the supplied email addresses. Use when you know a person's email but not their internal user ID.

velaris___get_users

ChatGPT
Returns all Velaris users (CSMs, CS leaders, admins, viewers) segmented into activeUsers, invitedUsers, and deactivatedUsers. Use this to build a user ID → name lookup table for resolving the csm field on Account and Organization records. The id in each UserData object matches the csm integer field on those records. This endpoint is not paginated — it returns all users in a single response.

velaris___get_users

ChatGPT
Returns all Velaris users (CSMs, CS leaders, admins, viewers) segmented into activeUsers, invitedUsers, and deactivatedUsers. Use this to build a user ID → name lookup table for resolving the csm field on Account and Organization records. The id in each UserData object matches the csm integer field on those records. This endpoint is not paginated — it returns all users in a single response.

velaris___list_accounts

ChatGPT
Returns a cursor-paginated list of all accounts. Use for browsing or exporting. For filtered queries (e.g. by health, churn status, CSM, or renewal date), use POST /v2/accounts/search instead — it is more efficient. Remember to paginate: check hasMore and pass nextCursor as ?after= until hasMore is false.

velaris___list_accounts

ChatGPT
Returns a cursor-paginated list of all accounts. Use for browsing or exporting. For filtered queries (e.g. by health, churn status, CSM, or renewal date), use POST /v2/accounts/search instead — it is more efficient. Remember to paginate: check hasMore and pass nextCursor as ?after= until hasMore is false.

velaris___list_active_currencies

ChatGPT
Returns all currencies that are currently active for the tenant.

velaris___list_active_currencies

ChatGPT
Returns all currencies that are currently active for the tenant.

velaris___list_activities

ChatGPT
Returns a cursor-paginated list of activity records. Filter by entity level and ID to retrieve activities for a specific record.

velaris___list_activities

ChatGPT
Returns a cursor-paginated list of activity records. Filter by entity level and ID to retrieve activities for a specific record.

velaris___list_activity_types

ChatGPT
Returns all activity type definitions. Use to look up activityTypeId values for task creation.

velaris___list_activity_types

ChatGPT
Returns all activity type definitions. Use to look up activityTypeId values for task creation.

velaris___list_contacts

ChatGPT
Returns a cursor-paginated list of contacts. For filtered queries (e.g. by account, email, or job title), use POST /v2/contacts/search. Paginate until hasMore is false.

velaris___list_contacts

ChatGPT
Returns a cursor-paginated list of contacts. For filtered queries (e.g. by account, email, or job title), use POST /v2/contacts/search. Paginate until hasMore is false.

velaris___list_custom_object_schemas

ChatGPT
Returns all custom object schema definitions for the tenant. Each schema describes a custom entity type with its API name, display name, and fields. Use the apiName from these schemas in custom object endpoints.

velaris___list_custom_object_schemas

ChatGPT
Returns all custom object schema definitions for the tenant. Each schema describes a custom entity type with its API name, display name, and fields. Use the apiName from these schemas in custom object endpoints.

velaris___list_custom_objects

ChatGPT
Returns a cursor-paginated list of instances of the specified custom object type. For filtered queries, use POST /v2/custom-objects/{apiName}/search. Paginate until hasMore is false.

velaris___list_custom_objects

ChatGPT
Returns a cursor-paginated list of instances of the specified custom object type. For filtered queries, use POST /v2/custom-objects/{apiName}/search. Paginate until hasMore is false.

velaris___list_exchange_rates

ChatGPT
Returns all current exchange rates configured for the tenant.

velaris___list_exchange_rates

ChatGPT
Returns all current exchange rates configured for the tenant.

velaris___list_fields

ChatGPT
Returns all tenant-created custom fields for the given entity type. Call this before building search filters with custom field names, or to discover what additional fields are available on an entity. The name property in each result is the internal field name to use in SearchFilter.fieldName and in fieldNames projection. IMPORTANT: The level parameter is required. Omitting it returns a 400 error. For standard entities use: organization, account, contact, opportunity, or risk. For custom objects, pass the custom object's apiName as the level value (e.g. "project", "use_case").

velaris___list_fields

ChatGPT
Returns all tenant-created custom fields for the given entity type. Call this before building search filters with custom field names, or to discover what additional fields are available on an entity. The name property in each result is the internal field name to use in SearchFilter.fieldName and in fieldNames projection. IMPORTANT: The level parameter is required. Omitting it returns a 400 error. For standard entities use: organization, account, contact, opportunity, or risk. For custom objects, pass the custom object's apiName as the level value (e.g. "project", "use_case").

velaris___list_lifecycles

ChatGPT
Returns all lifecycle definitions and their ordered stages for the requested entity type (or all entity types if no level is specified). Use this to resolve lifecycleStageId integer values on Account and Organization records to human-readable stage names (e.g. 108 → "Active"). Each returned LifecycleData includes a stages array with id and name for each stage. Match the id against lifecycleStageId on records.

velaris___list_lifecycles

ChatGPT
Returns all lifecycle definitions and their ordered stages for the requested entity type (or all entity types if no level is specified). Use this to resolve lifecycleStageId integer values on Account and Organization records to human-readable stage names (e.g. 108 → "Active"). Each returned LifecycleData includes a stages array with id and name for each stage. Match the id against lifecycleStageId on records.

velaris___list_notes

ChatGPT
Returns a cursor-paginated list of notes. Filter by entity type and ID to retrieve notes attached to a specific record.

velaris___list_notes

ChatGPT
Returns a cursor-paginated list of notes. Filter by entity type and ID to retrieve notes attached to a specific record.

velaris___list_opportunities

ChatGPT
Returns a cursor-paginated list of opportunities (renewals, upsells, expansions). For filtered queries, use POST /v2/opportunities/search. Paginate until hasMore is false.

velaris___list_opportunities

ChatGPT
Returns a cursor-paginated list of opportunities (renewals, upsells, expansions). For filtered queries, use POST /v2/opportunities/search. Paginate until hasMore is false.

velaris___list_organizations

ChatGPT
Returns a cursor-paginated list of all organizations. Use this for browsing or exporting the full organization list. For filtered queries (e.g. by health, churn status, or CSM), use POST /v2/organizations/search instead — it is more efficient. Remember to paginate: check hasMore and pass nextCursor as ?after= on subsequent requests until hasMore is false.

velaris___list_organizations

ChatGPT
Returns a cursor-paginated list of all organizations. Use this for browsing or exporting the full organization list. For filtered queries (e.g. by health, churn status, or CSM), use POST /v2/organizations/search instead — it is more efficient. Remember to paginate: check hasMore and pass nextCursor as ?after= on subsequent requests until hasMore is false.

velaris___list_risks

ChatGPT
Returns a cursor-paginated list of risks logged against accounts. Risks represent identified threats to retention (e.g. low engagement, executive departure, competitor evaluation). For filtered queries, use POST /v2/risks/search. Paginate until hasMore is false.

velaris___list_risks

ChatGPT
Returns a cursor-paginated list of risks logged against accounts. Risks represent identified threats to retention (e.g. low engagement, executive departure, competitor evaluation). For filtered queries, use POST /v2/risks/search. Paginate until hasMore is false.

velaris___list_system_fields

ChatGPT
Returns all built-in (non-custom) system fields. Use alongside list_fields to understand the complete field schema for an entity type. The level parameter is optional but recommended to scope results.

velaris___list_system_fields

ChatGPT
Returns all built-in (non-custom) system fields. Use alongside list_fields to understand the complete field schema for an entity type. The level parameter is optional but recommended to scope results.

velaris___list_tasks

ChatGPT
Returns a cursor-paginated list of tasks. Optionally filter by entity type, entity ID, status, or assignee.

velaris___list_tasks

ChatGPT
Returns a cursor-paginated list of tasks. Optionally filter by entity type, entity ID, status, or assignee.

velaris___list_ticket_comments

ChatGPT
List comments on a ticket

velaris___list_ticket_comments

ChatGPT
List comments on a ticket

velaris___list_tickets

ChatGPT
Returns a cursor-paginated list of support tickets.

velaris___list_tickets

ChatGPT
Returns a cursor-paginated list of support tickets.

velaris___restore_account

ChatGPT
Restore an archived account

velaris___restore_account

ChatGPT
Restore an archived account

velaris___restore_contact

ChatGPT
Restore an archived contact

velaris___restore_contact

ChatGPT
Restore an archived contact

velaris___restore_opportunity

ChatGPT
Restore an archived opportunity

velaris___restore_opportunity

ChatGPT
Restore an archived opportunity

velaris___restore_organization

ChatGPT
Restores a previously archived organization, making it visible again in default list results.

velaris___restore_organization

ChatGPT
Restores a previously archived organization, making it visible again in default list results.

velaris___restore_risk

ChatGPT
Restore an archived risk

velaris___restore_risk

ChatGPT
Restore an archived risk

velaris___restore_ticket

ChatGPT
Restores a previously deleted/archived ticket.

velaris___restore_ticket

ChatGPT
Restores a previously deleted/archived ticket.

velaris___search_accounts

ChatGPT
Search accounts using structured filters and optional query parameters. This is the primary endpoint for finding accounts matching specific criteria. Common use cases: - Find all Red-health accounts: filter healthScore lessThan 4 - Find accounts churning this quarter: filter churnDate + isChurned - Find accounts owned by a specific CSM: use ?ownerId={userId} - Find accounts in a specific lifecycle stage: use ?lifecycleStageId={id} - Find accounts by renewal date: filter renewalDate between [startDate, endDate] Filters use AND logic. Up to 5 filters supported. Always paginate until hasMore is false.

velaris___search_accounts

ChatGPT
Search accounts using structured filters and optional query parameters. This is the primary endpoint for finding accounts matching specific criteria. Common use cases: - Find all Red-health accounts: filter healthScore lessThan 4 - Find accounts churning this quarter: filter churnDate + isChurned - Find accounts owned by a specific CSM: use ?ownerId={userId} - Find accounts in a specific lifecycle stage: use ?lifecycleStageId={id} - Find accounts by renewal date: filter renewalDate between [startDate, endDate] Filters use AND logic. Up to 5 filters supported. Always paginate until hasMore is false.

velaris___search_attribute_change_logs

ChatGPT
Fetches the attribute change history for a given entity (organization, account, or contact). Optionally filter by specific attribute names. Supports cursor-based pagination using an ISO 8601 datetime cursor. Exactly one of entity.internalId or entity.externalId must be provided.

velaris___search_attribute_change_logs

ChatGPT
Fetches the attribute change history for a given entity (organization, account, or contact). Optionally filter by specific attribute names. Supports cursor-based pagination using an ISO 8601 datetime cursor. Exactly one of entity.internalId or entity.externalId must be provided.

velaris___search_contacts

ChatGPT
Search contacts using structured filters. Use to find contacts by account, email, job title, or any custom field. Filters use AND logic. Up to 5 filters supported.

velaris___search_contacts

ChatGPT
Search contacts using structured filters. Use to find contacts by account, email, job title, or any custom field. Filters use AND logic. Up to 5 filters supported.

velaris___search_custom_objects

ChatGPT
Search instances of a custom object type using structured filters. Use GET /fields?level={apiName} to discover available field names for this object type before building filters.

velaris___search_custom_objects

ChatGPT
Search instances of a custom object type using structured filters. Use GET /fields?level={apiName} to discover available field names for this object type before building filters.

velaris___search_opportunities

ChatGPT
Search opportunities by stage, value, account, close date, or custom fields. Use to find renewals due, deals in a specific pipeline stage, or expansion opportunities above a certain value. Filters use AND logic.

velaris___search_opportunities

ChatGPT
Search opportunities by stage, value, account, close date, or custom fields. Use to find renewals due, deals in a specific pipeline stage, or expansion opportunities above a certain value. Filters use AND logic.

velaris___search_organizations

ChatGPT
Search organizations using structured filters and optional query parameters. Use this as the primary endpoint for finding organizations matching specific criteria (health, churn status, lifecycle stage, CSM, custom fields, etc.). Filters in the request body use AND logic. Up to 5 filters are supported. Query parameters (ownerId, lifecycleStageId, archived, churned) are applied in addition to body filters. Always paginate: pass nextCursor as ?after= until hasMore is false.

velaris___search_organizations

ChatGPT
Search organizations using structured filters and optional query parameters. Use this as the primary endpoint for finding organizations matching specific criteria (health, churn status, lifecycle stage, CSM, custom fields, etc.). Filters in the request body use AND logic. Up to 5 filters are supported. Query parameters (ownerId, lifecycleStageId, archived, churned) are applied in addition to body filters. Always paginate: pass nextCursor as ?after= until hasMore is false.

velaris___search_risks

ChatGPT
Search risks by severity, category, status, account, or due date. Use to find open high-severity risks, risks for a specific account, or risks due this week. Filters use AND logic.

velaris___search_risks

ChatGPT
Search risks by severity, category, status, account, or due date. Use to find open high-severity risks, risks for a specific account, or risks due this week. Filters use AND logic.

velaris___set_account_parent_entity

ChatGPT
Assigns or changes the parent organization of an account. Provide exactly one of organizationId (internal integer) or organizationExternalId (external string).

velaris___set_account_parent_entity

ChatGPT
Assigns or changes the parent organization of an account. Provide exactly one of organizationId (internal integer) or organizationExternalId (external string).

velaris___submit_survey_responses

ChatGPT
Ingests a batch of survey responses (NPS, CSAT, CES, etc.) for the specified survey. Each response must include userEmail and rating. Optional fields: comment, accountId, organizationId, and receivedAt (ISO 8601 or common date formats; must not be in the future).

velaris___submit_survey_responses

ChatGPT
Ingests a batch of survey responses (NPS, CSAT, CES, etc.) for the specified survey. Each response must include userEmail and rating. Optional fields: comment, accountId, organizationId, and receivedAt (ISO 8601 or common date formats; must not be in the future).

velaris___update_account

ChatGPT
Update an existing account. Only the fields supplied in the request body are changed; omitted fields retain their current values.

velaris___update_account

ChatGPT
Update an existing account. Only the fields supplied in the request body are changed; omitted fields retain their current values.

velaris___update_account_churn_status

ChatGPT
Set or clear the churn status of an account. Pass churn: true to mark the account as churned; pass churn: false to unchurn.

velaris___update_account_churn_status

ChatGPT
Set or clear the churn status of an account. Pass churn: true to mark the account as churned; pass churn: false to unchurn.

velaris___update_activity

ChatGPT
Updates an existing activity record. Only the fields supplied are changed.

velaris___update_activity

ChatGPT
Updates an existing activity record. Only the fields supplied are changed.

velaris___update_contact

ChatGPT
Update an existing contact. Only the fields supplied in the request body are changed.

velaris___update_contact

ChatGPT
Update an existing contact. Only the fields supplied in the request body are changed.

velaris___update_custom_object

ChatGPT
Updates an existing custom object instance. Only the fields supplied are changed.

velaris___update_custom_object

ChatGPT
Updates an existing custom object instance. Only the fields supplied are changed.

velaris___update_field

ChatGPT
Updates an existing custom field definition. You may update the label, isRequired flag, and picklist options.

velaris___update_field

ChatGPT
Updates an existing custom field definition. You may update the label, isRequired flag, and picklist options.

velaris___update_note

ChatGPT
Update a note

velaris___update_note

ChatGPT
Update a note

velaris___update_opportunity

ChatGPT
Update an opportunity

velaris___update_opportunity

ChatGPT
Update an opportunity

velaris___update_organization

ChatGPT
Update an existing organization. Only the fields supplied in the request body are changed; omitted fields retain their current values.

velaris___update_organization

ChatGPT
Update an existing organization. Only the fields supplied in the request body are changed; omitted fields retain their current values.

velaris___update_organization_churn_status

ChatGPT
Set or clear the churn status of an organization. Pass churn: true to mark the organization as churned; pass churn: false to unchurn. Optionally supply churnReason, churnDate, and churnComment when churning.

velaris___update_organization_churn_status

ChatGPT
Set or clear the churn status of an organization. Pass churn: true to mark the organization as churned; pass churn: false to unchurn. Optionally supply churnReason, churnDate, and churnComment when churning.

velaris___update_risk

ChatGPT
Update a risk

velaris___update_risk

ChatGPT
Update a risk

velaris___update_task

ChatGPT
Updates an existing task. name, assignee, and activityTypeId are required even in update requests.

velaris___update_task

ChatGPT
Updates an existing task. name, assignee, and activityTypeId are required even in update requests.

velaris___update_ticket

ChatGPT
Update a ticket

velaris___update_ticket

ChatGPT
Update a ticket

velaris___update_ticket_comment

ChatGPT
Update a ticket comment

velaris___update_ticket_comment

ChatGPT
Update a ticket comment

Capabilities

Writes

App Stats

228

Tools

ChatGPT

Platforms

Category

CRM Records

Works with

ChatGPT

Data refreshed daily