VTiger
VTiger is a comprehensive customer relationship management (CRM) platform that offers sales, marketing, and support solutions to streamline business.
VTiger is a comprehensive customer relationship management (CRM) platform that offers sales, marketing, and support solutions to streamline business.
Categories: CRM
Type: vtiger/v1
Connections
Version: 1
Basic Auth
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
username | Username | STRING | Enter your username/email. | true |
password | Access Key | STRING | true | |
instance_url | VTiger Instance URL | STRING | For the instance URL, add the url without the endpoint. | true |
Actions
Create Contact
Name: createContact
Creates a new contact.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
firstname | First Name | STRING | First name of the contact. | true |
lastname | Last Name | STRING | Last name of the contact. | true |
STRING | Email address of the contact. | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
result | OBJECT Properties{STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(assigned_user_id), STRING(id)} |
Output Example
Create Product
Name: createProduct
Creates a new product for your CRM.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
productname | Product Name | STRING | Name of the product. | true |
product_type | Product Type | STRING OptionsSolo, Fixed Bundle | Type of the product. | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
results | OBJECT Properties{STRING(productname), STRING(product_type), STRING(assigned_user_id), STRING(id)} |
Output Example
Get Me
Name: getMe
Get more information about yourself.
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
result | OBJECT Properties{STRING(id), STRING(user_name), STRING(user_type), STRING(email), STRING(phone_home), STRING(phone_work), STRING(phone_mobile), STRING(userlable), STRING(address_street), STRING(address_city), STRING(address_state), STRING(address_country), STRING(roleid), STRING(language), STRING(is_admin), STRING(is_owner), STRING(status)} |
Output Example
Var
Sets a value which can then be referenced in other tasks.
Watsonx AI
IBM watsonx.ai AI studio is part of the IBM watsonx AI and data platform, bringing together new generative AI (gen AI) capabilities powered by foundation models and traditional machine learning (ML) into a powerful studio spanning the AI lifecycle.