Description:

Vtiger API currently supports the Vtiger Leads module only. It works with field names. Field names are used in the Vtiger database. This makes the node best suited for CRM installations and modules that do not use custom fields.

Node configuration:

Setup tab:

Use configuration file – true/false, whether to read the node configuration from an external json file

File – configuration file name or URL. This could be a local path or file path on the server where KNIME will run in headless mode.

Vtiger URL – Vtiger server URL

Username – Vtiger username

CRM access key – Vtiger user access key

Module – Vtiger module to call, currently only Leads is supported

Operation – operation to perform on the module, currently only Create is supported

License tab:

License Server – license server URL

Licensed Site – domain URL on which the node is licensed and is running on

License Code – license code

Node input:

table, one row for each lead to be created in Vtiger

table columns – Vtiger Lead field names( exactly how they are in the Vtiger Leads db table ), all are of type String

company
firstname
lastname
designation
email
phone
cf_763 ( for Documents )
cf_765 ( for Webinars )
leadsource

Node output:

table, one row for each new lead created

table columns – Vtiger Leads field names, all are of type String

country
firstname
code
lead_no
leadstatus
city
rating
description
industry
salutationtype
modifiedtime
annualrevenue
noofemployees
company
state
id
fax
email
lane
cf_763
website
emailoptout
cf_765
cf_767
secondaryemail
mobile
assigned_user_id
createdtime
lastname
pobox
phone
leadsource
modifiedby
designation

-end-