I switched from Zoho to EspoCrm.
Unfortunately, my Api know is very little.
I have transferred data to Zoho from Xenioo so far.
In the following form:
Send as Post to a url
https://crm.zoho.eu/crm/private/xml/Contacts/insertRecords?authtoken=xxxxxxxxxxxxxxxxxxxxxxx&sc ope=crmapi&newFormat=1&xmlData={{{this.payload}}}
Content of the payload:
<Contacts>
<row no="1">
<FL val="First Name">Scott</FL>
<FL val="Last Name">James</FL>
<FL val="Email">{{{user_email}}}</FL>
<FL val="Department">CG</FL>
<FL val="Phone">999999999</FL>
<FL val="Fax">9999999999</FL>
<FL val="Mobile">99989989</FL>
<FL val="Assistant">John</FL>
</row>
</Contacts>
There is also a box for headers in the tool.
How can I transfer from Xenioo data to EspoCrm.
Can someone please show me a implementation for Espo?
Unfortunately, my Api know is very little.
I have transferred data to Zoho from Xenioo so far.
In the following form:
Send as Post to a url
https://crm.zoho.eu/crm/private/xml/Contacts/insertRecords?authtoken=xxxxxxxxxxxxxxxxxxxxxxx&sc ope=crmapi&newFormat=1&xmlData={{{this.payload}}}
Content of the payload:
<Contacts>
<row no="1">
<FL val="First Name">Scott</FL>
<FL val="Last Name">James</FL>
<FL val="Email">{{{user_email}}}</FL>
<FL val="Department">CG</FL>
<FL val="Phone">999999999</FL>
<FL val="Fax">9999999999</FL>
<FL val="Mobile">99989989</FL>
<FL val="Assistant">John</FL>
</row>
</Contacts>
There is also a box for headers in the tool.
How can I transfer from Xenioo data to EspoCrm.
Can someone please show me a implementation for Espo?
Comment