velaris___archive_account
ChatGPTArchive an account
velaris___archive_account
ChatGPTArchive an account
velaris___archive_account_custom_link
ChatGPTArchive (remove) custom links from an account
velaris___archive_account_custom_link
ChatGPTArchive (remove) custom links from an account
velaris___archive_contact
ChatGPTArchive a contact
velaris___archive_contact
ChatGPTArchive a contact
velaris___archive_contact_custom_link
ChatGPTArchive (remove) custom links from a contact
velaris___archive_contact_custom_link
ChatGPTArchive (remove) custom links from a contact
velaris___archive_custom_object_custom_link
ChatGPTArchive (remove) custom links from a custom object instance
velaris___archive_custom_object_custom_link
ChatGPTArchive (remove) custom links from a custom object instance
velaris___archive_opportunity
ChatGPTArchive an opportunity
velaris___archive_opportunity
ChatGPTArchive an opportunity
velaris___archive_opportunity_custom_link
ChatGPTArchive (remove) custom links from an opportunity
velaris___archive_opportunity_custom_link
ChatGPTArchive (remove) custom links from an opportunity
velaris___archive_organization
ChatGPTSoft-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
ChatGPTSoft-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_custom_link
ChatGPTRemoves one or more custom links from the specified organization. The links object is keyed by the target entity type's API name.
velaris___archive_organization_custom_link
ChatGPTRemoves one or more custom links from the specified organization. The links object is keyed by the target entity type's API name.
velaris___archive_risk
ChatGPTArchive a risk
velaris___archive_risk
ChatGPTArchive a risk
velaris___archive_risk_custom_link
ChatGPTArchive (remove) custom links from a risk
velaris___archive_risk_custom_link
ChatGPTArchive (remove) custom links from a risk
velaris___archive_task
ChatGPTArchives 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
ChatGPTArchives 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
ChatGPTEfficiently 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
ChatGPTEfficiently 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
ChatGPTFetches up to 100 contacts in a single request. Supports lookup by internalId, externalId, or email address (set property="email").
velaris___batch_read_contacts
ChatGPTFetches up to 100 contacts in a single request. Supports lookup by internalId, externalId, or email address (set property="email").
velaris___batch_read_custom_objects
ChatGPTFetches up to 100 custom object instances in a single request. Supports lookup by internalId or externalId.
velaris___batch_read_custom_objects
ChatGPTFetches up to 100 custom object instances in a single request. Supports lookup by internalId or externalId.
velaris___batch_read_opportunities
ChatGPTFetches up to 100 opportunities in a single request.
velaris___batch_read_opportunities
ChatGPTFetches up to 100 opportunities in a single request.
velaris___batch_read_organizations
ChatGPTEfficiently 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
ChatGPTEfficiently 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
ChatGPTFetch 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
ChatGPTFetch 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
ChatGPTFetch up to 100 users by a set of internal IDs, external IDs, or email addresses in a single request.
velaris___batch_read_users
ChatGPTFetch up to 100 users by a set of internal IDs, external IDs, or email addresses in a single request.
velaris___convert_currency
ChatGPTConverts a monetary amount from one currency to another using the tenant's current exchange rates. amount, fromCurrency, and toCurrency are required.
velaris___convert_currency
ChatGPTConverts a monetary amount from one currency to another using the tenant's current exchange rates. amount, fromCurrency, and toCurrency are required.
velaris___create_account
ChatGPTCreates 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
ChatGPTCreates 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_custom_link
ChatGPTCreate custom links for an account
velaris___create_account_custom_link
ChatGPTCreate custom links for an account
velaris___create_activity
ChatGPTCreates a new activity record. title, activityType, source, sourceId, activityDateTime, and linkedEntities (minimum 1) are required.
velaris___create_activity
ChatGPTCreates a new activity record. title, activityType, source, sourceId, activityDateTime, and linkedEntities (minimum 1) are required.
velaris___create_contact
ChatGPTCreates a new contact. email is required and must be unique. Optionally associate the contact with accounts and organizations.
velaris___create_contact
ChatGPTCreates a new contact. email is required and must be unique. Optionally associate the contact with accounts and organizations.
velaris___create_contact_custom_link
ChatGPTCreate custom links for a contact
velaris___create_contact_custom_link
ChatGPTCreate custom links for a contact
velaris___create_custom_object
ChatGPTCreates 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
ChatGPTCreates 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_custom_link
ChatGPTCreate custom links for a custom object instance
velaris___create_custom_object_custom_link
ChatGPTCreate custom links for a custom object instance
velaris___create_field
ChatGPTCreates 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
ChatGPTCreates 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
ChatGPTCreates a new note and attaches it to one or more entities. title, body, source, and linkedEntities (minimum 1) are required.
velaris___create_note
ChatGPTCreates a new note and attaches it to one or more entities. title, body, source, and linkedEntities (minimum 1) are required.
velaris___create_opportunity
ChatGPTCreates a new opportunity. properties.title is required. The opportunity must be linked to an account or organization via parentEntity.
velaris___create_opportunity
ChatGPTCreates a new opportunity. properties.title is required. The opportunity must be linked to an account or organization via parentEntity.
velaris___create_opportunity_custom_link
ChatGPTCreate custom links for an opportunity
velaris___create_opportunity_custom_link
ChatGPTCreate custom links for an opportunity
velaris___create_organization
ChatGPTCreates 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
ChatGPTCreates 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_custom_link
ChatGPTAttach one or more custom links (relationships) to the specified organization. The links object is keyed by the target entity type's API name.
velaris___create_organization_custom_link
ChatGPTAttach one or more custom links (relationships) to the specified organization. The links object is keyed by the target entity type's API name.
velaris___create_risk
ChatGPTCreates a new risk. properties.title is required. The risk must be linked to an account or organization via parentEntity.
velaris___create_risk
ChatGPTCreates a new risk. properties.title is required. The risk must be linked to an account or organization via parentEntity.
velaris___create_risk_custom_link
ChatGPTCreate custom links for a risk
velaris___create_risk_custom_link
ChatGPTCreate custom links for a risk
velaris___create_task
ChatGPTCreates a new task. name, assignee, and activityTypeId are required. Use activityTypeId: 1 (General) when no linkedEntity is provided.
velaris___create_task
ChatGPTCreates a new task. name, assignee, and activityTypeId are required. Use activityTypeId: 1 (General) when no linkedEntity is provided.
velaris___create_ticket
ChatGPTCreates a new support ticket. title is required.
velaris___create_ticket
ChatGPTCreates a new support ticket. title is required.
velaris___delete_activity
ChatGPTDelete an activity
velaris___delete_activity
ChatGPTDelete an activity
velaris___delete_note
ChatGPTDelete a note
velaris___delete_note
ChatGPTDelete a note
velaris___delete_task
ChatGPTDelete a task
velaris___delete_task
ChatGPTDelete a task
velaris___delete_ticket
ChatGPTDelete a ticket
velaris___delete_ticket
ChatGPTDelete a ticket
velaris___get_account
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns the parent organization (or account) of the specified account.
velaris___get_account_parent_entity
ChatGPTReturns the parent organization (or account) of the specified account.
velaris___get_activity
ChatGPTGet an activity by ID
velaris___get_activity
ChatGPTGet an activity by ID
velaris___get_base_currency
ChatGPTReturns the tenant's configured base currency.
velaris___get_base_currency
ChatGPTReturns the tenant's configured base currency.
velaris___get_contact
ChatGPTReturns full details for a single contact.
velaris___get_contact
ChatGPTReturns full details for a single contact.
velaris___get_custom_object
ChatGPTReturns full details for a single custom object instance.
velaris___get_custom_object
ChatGPTReturns full details for a single custom object instance.
velaris___get_exchange_rates_for_month
ChatGPTReturns the exchange rates that were in effect for the specified month.
velaris___get_exchange_rates_for_month
ChatGPTReturns the exchange rates that were in effect for the specified month.
velaris___get_field
ChatGPTGet a field by ID
velaris___get_field
ChatGPTGet a field by ID
velaris___get_note
ChatGPTGet a note by ID
velaris___get_note
ChatGPTGet a note by ID
velaris___get_opportunity
ChatGPTReturns full details for a single opportunity.
velaris___get_opportunity
ChatGPTReturns full details for a single opportunity.
velaris___get_organization
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns full details for a single risk.
velaris___get_risk
ChatGPTReturns full details for a single risk.
velaris___get_task
ChatGPTGet a task by ID
velaris___get_task
ChatGPTGet a task by ID
velaris___get_ticket
ChatGPTGet a ticket by ID
velaris___get_ticket
ChatGPTGet a ticket by ID
velaris___get_user
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns users matching the supplied email addresses. Use when you know a person's email but not their internal user ID.
velaris___get_users
ChatGPTReturns 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
ChatGPTReturns 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_account_custom_links
ChatGPTList custom links for an account
velaris___list_account_custom_links
ChatGPTList custom links for an account
velaris___list_accounts
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns all currencies that are currently active for the tenant.
velaris___list_active_currencies
ChatGPTReturns all currencies that are currently active for the tenant.
velaris___list_activities
ChatGPTReturns a cursor-paginated list of activity records. Filter by entity level and ID to retrieve activities for a specific record.
velaris___list_activities
ChatGPTReturns a cursor-paginated list of activity records. Filter by entity level and ID to retrieve activities for a specific record.
velaris___list_activity_types
ChatGPTReturns all activity type definitions. Use to look up activityTypeId values for task creation.
velaris___list_activity_types
ChatGPTReturns all activity type definitions. Use to look up activityTypeId values for task creation.
velaris___list_contact_custom_links
ChatGPTList custom links for a contact
velaris___list_contact_custom_links
ChatGPTList custom links for a contact
velaris___list_contacts
ChatGPTReturns 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
ChatGPTReturns 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_custom_links
ChatGPTList custom links for a custom object instance
velaris___list_custom_object_custom_links
ChatGPTList custom links for a custom object instance
velaris___list_custom_object_schemas
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns all current exchange rates configured for the tenant.
velaris___list_exchange_rates
ChatGPTReturns all current exchange rates configured for the tenant.
velaris___list_fields
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns a cursor-paginated list of notes. Filter by entity type and ID to retrieve notes attached to a specific record.
velaris___list_notes
ChatGPTReturns a cursor-paginated list of notes. Filter by entity type and ID to retrieve notes attached to a specific record.
velaris___list_opportunities
ChatGPTReturns 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
ChatGPTReturns a cursor-paginated list of opportunities (renewals, upsells, expansions). For filtered queries, use POST /v2/opportunities/search. Paginate until hasMore is false.
velaris___list_opportunity_custom_links
ChatGPTList custom links for an opportunity
velaris___list_opportunity_custom_links
ChatGPTList custom links for an opportunity
velaris___list_organization_custom_links
ChatGPTReturns all custom links (relationships to other entity types) attached to the specified organization.
velaris___list_organization_custom_links
ChatGPTReturns all custom links (relationships to other entity types) attached to the specified organization.
velaris___list_organizations
ChatGPTReturns 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
ChatGPTReturns 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_risk_custom_links
ChatGPTList custom links for a risk
velaris___list_risk_custom_links
ChatGPTList custom links for a risk
velaris___list_risks
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns 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
ChatGPTReturns a cursor-paginated list of tasks. Optionally filter by entity type, entity ID, status, or assignee.
velaris___list_tasks
ChatGPTReturns a cursor-paginated list of tasks. Optionally filter by entity type, entity ID, status, or assignee.
velaris___list_tickets
ChatGPTReturns a cursor-paginated list of support tickets.
velaris___list_tickets
ChatGPTReturns a cursor-paginated list of support tickets.
velaris___restore_account
ChatGPTRestore an archived account
velaris___restore_account
ChatGPTRestore an archived account
velaris___restore_contact
ChatGPTRestore an archived contact
velaris___restore_contact
ChatGPTRestore an archived contact
velaris___restore_opportunity
ChatGPTRestore an archived opportunity
velaris___restore_opportunity
ChatGPTRestore an archived opportunity
velaris___restore_organization
ChatGPTRestores a previously archived organization, making it visible again in default list results.
velaris___restore_organization
ChatGPTRestores a previously archived organization, making it visible again in default list results.
velaris___restore_risk
ChatGPTRestore an archived risk
velaris___restore_risk
ChatGPTRestore an archived risk
velaris___restore_ticket
ChatGPTRestores a previously deleted/archived ticket.
velaris___restore_ticket
ChatGPTRestores a previously deleted/archived ticket.
velaris___search_accounts
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTFetches 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
ChatGPTFetches 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTSearch 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
ChatGPTAssigns or changes the parent organization of an account. Provide exactly one of organizationId (internal integer) or organizationExternalId (external string).
velaris___set_account_parent_entity
ChatGPTAssigns or changes the parent organization of an account. Provide exactly one of organizationId (internal integer) or organizationExternalId (external string).
velaris___submit_survey_responses
ChatGPTIngests 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
ChatGPTIngests 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
ChatGPTUpdate an existing account. Only the fields supplied in the request body are changed; omitted fields retain their current values.
velaris___update_account
ChatGPTUpdate an existing account. Only the fields supplied in the request body are changed; omitted fields retain their current values.
velaris___update_account_churn_status
ChatGPTSet 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
ChatGPTSet 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
ChatGPTUpdates an existing activity record. Only the fields supplied are changed.
velaris___update_activity
ChatGPTUpdates an existing activity record. Only the fields supplied are changed.
velaris___update_contact
ChatGPTUpdate an existing contact. Only the fields supplied in the request body are changed.
velaris___update_contact
ChatGPTUpdate an existing contact. Only the fields supplied in the request body are changed.
velaris___update_custom_object
ChatGPTUpdates an existing custom object instance. Only the fields supplied are changed.
velaris___update_custom_object
ChatGPTUpdates an existing custom object instance. Only the fields supplied are changed.
velaris___update_field
ChatGPTUpdates an existing custom field definition. You may update the label, isRequired flag, and picklist options.
velaris___update_field
ChatGPTUpdates an existing custom field definition. You may update the label, isRequired flag, and picklist options.
velaris___update_note
ChatGPTUpdate a note
velaris___update_note
ChatGPTUpdate a note
velaris___update_opportunity
ChatGPTUpdate an opportunity
velaris___update_opportunity
ChatGPTUpdate an opportunity
velaris___update_organization
ChatGPTUpdate an existing organization. Only the fields supplied in the request body are changed; omitted fields retain their current values.
velaris___update_organization
ChatGPTUpdate an existing organization. Only the fields supplied in the request body are changed; omitted fields retain their current values.
velaris___update_organization_churn_status
ChatGPTSet 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
ChatGPTSet 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
ChatGPTUpdate a risk
velaris___update_risk
ChatGPTUpdate a risk
velaris___update_task
ChatGPTUpdates an existing task. name, assignee, and activityTypeId are required even in update requests.
velaris___update_task
ChatGPTUpdates an existing task. name, assignee, and activityTypeId are required even in update requests.
velaris___update_ticket
ChatGPTUpdate a ticket
velaris___update_ticket
ChatGPTUpdate a ticket