- Retrieve the authenticated user's profile and session details from Vtiger CRM
- Query all CRM user records with pagination support using SQL-like syntax
- Query contact records from Vtiger CRM with pagination support
- Retrieve a single contact record by its composite ID from Vtiger CRM
- Create a new contact record in Vtiger CRM with personal and address details
- Partially update a contact record using the /revise endpoint, sending only changed fields
- Permanently delete a contact record from Vtiger CRM by its composite ID
- Search for contacts by email address or phone number using the /lookup endpoint
- Query account (organization) records from Vtiger CRM with pagination support
- Retrieve a single account/organization record by its composite ID from Vtiger CRM
- Create a new account/organization record in Vtiger CRM with billing and company details
- Partially update an account record using the /revise endpoint, sending only changed fields
- Permanently delete an account/organization record from Vtiger CRM by its composite ID
- Retrieve the parent-child organizational hierarchy for an account in Vtiger CRM
- Search for accounts by email address or phone number using the /lookup endpoint
- Query deal (Potentials) records from Vtiger CRM with pagination support
- Retrieve a single deal/opportunity record by its composite ID from Vtiger CRM
- Create a new deal/opportunity record in Vtiger CRM linked to an account
- Partially update a deal record using the /revise endpoint, sending only changed fields
- Permanently delete a deal/opportunity record from Vtiger CRM by its composite ID
- Query lead records from Vtiger CRM with pagination support
- Retrieve a single lead record by its composite ID from Vtiger CRM
- Create a new lead record in Vtiger CRM with contact and company details
- Partially update a lead record using the /revise endpoint, sending only changed fields
- Permanently delete a lead record from Vtiger CRM by its composite ID
- Convert a qualified lead into a contact and account, optionally creating a deal simultaneously
- Search for leads by email address or phone number using the /lookup endpoint
- Query task and activity records from the Vtiger CRM Calendar module with pagination support
- Retrieve a single task/activity record by its composite ID from the Vtiger CRM Calendar module
- Create a new task, meeting, or call activity in the Vtiger CRM Calendar module
- Partially update a task/activity record using the /revise endpoint, sending only changed fields
- Permanently delete a task/activity record from the Vtiger CRM Calendar module by its composite ID
- Query product catalog records from Vtiger CRM with pagination support
- Retrieve a single product record by its composite ID from Vtiger CRM
- Create a new product record in the Vtiger CRM product catalog
- Partially update a product record using the /revise endpoint, sending only changed fields
- Permanently delete a product record from the Vtiger CRM catalog by its composite ID
- Query document and note records from Vtiger CRM with pagination support
- Retrieve a single document/note record by its composite ID from Vtiger CRM
- Create a new document or note record in Vtiger CRM
- Partially update a document/note record using the /revise endpoint, sending only changed fields
- Permanently delete a document/note record from Vtiger CRM by its composite ID
- List all accessible CRM modules (entity types) available to the authenticated user
- Retrieve the schema, field definitions, and metadata for a specific Vtiger CRM module
- Retrieve records modified since a Unix timestamp for incremental data synchronization
- Discover which modules have relationship definitions with a given module in Vtiger CRM
- Create a relationship link between two existing records in Vtiger CRM
- Retrieve all records of a specific module type that are related to a given source record
- Query related records with SQL-like filter criteria, scoped to a source record's relationships
- Remove a relationship link between two records without deleting either record
- Reopen a previously closed or completed record in Vtiger CRM
- Download the binary content of a file attachment from Vtiger CRM by its resource ID
- Retrieve the value dependency mapping between two linked picklist fields in a module
- Add one or more classification tags to a record in Vtiger CRM
- Retrieve all tags currently assigned to a specific record in Vtiger CRM
- Remove specific tags from a record, optionally removing them from all records in Vtiger CRM
No matching actions