Skip to content

VTiger

Reference


VTiger is a comprehensive customer relationship management (CRM) platform that offers sales, marketing, and support solutions to streamline business.

Categories: [crm]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
UsernameSTRINGTEXTEnter your username/email.
Access KeySTRINGTEXT
VTiger Instance URLSTRINGTEXTFor the instance URL, add the url without the endpoint.

Actions

Create Contact

Creates a new contact.

Properties

NameTypeControl TypeDescription
First NameSTRINGTEXTFirst name of the contact.
Last NameSTRINGTEXTLast name of the contact.
EmailSTRINGTEXTEmail address of the contact.

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(firstname), STRING(lastname), STRING(email), STRING(phone), STRING(assigned_user_id), STRING(id)}OBJECT_BUILDER

Create Product

Creates a new product for your CRM.

Properties

NameTypeControl TypeDescription
Product NameSTRINGTEXTName of the product.
Product TypeSTRINGSELECTType of the product.

Output

Type: OBJECT

Properties

TypeControl Type
{STRING(productname), STRING(product_type), STRING(assigned_user_id), STRING(id)}OBJECT_BUILDER

Get Me

Get more information about yourself.

Properties

NameTypeControl TypeDescription
null

Output

Type: OBJECT

Properties

TypeControl Type
{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)}OBJECT_BUILDER