Skip to content

VTiger

Reference


CRM software for sales, marketing, and support teams

Categories: [crm]

Version: 1


Connections

Version: 1

Basic Auth

Properties

NameTypeControl TypeDescription
VTiger Username of emailSTRINGTEXT
VTiger Access KeySTRINGTEXT
VTiger Instance URLSTRINGTEXTFor the instance URL, add the url without the endpoint. For example enter https://.od2.vtiger.com instead of https://.od2.vtiger.com/restapi/v1/vtiger/default

Actions

Create a contact

Create a new contact

Properties

NameTypeControl TypeDescription
First NameSTRINGTEXTFirst name of the contact
Last NameSTRINGTEXTLast name of the contact
Contact emailSTRINGTEXTemail for your new contact

Output

Type: OBJECT

Properties

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

Create a Product

Create 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(id), STRING(productname), STRING(product_type), STRING(createdtime), STRING(source), STRING(assigned_user_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