Sugarcrm Component

There is a draft implementation of sugar crm components?

anyone interested?

some docs:
https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Integration/Web_Services/REST_API/

are there similar components to start from?

thx
:upside_down_face:

Hey @umbz!

Welcome to the n8n community!

Can you specify the use case and the operations that you want to have in this node? This will help us better understand your needs and make sure that the node contains the functionality that fits your use case. Also, the more votes this gets the sooner this feature request will be picked. :slightly_smiling_face:

If you’re looking forward to creating the node by yourself, you can start by following the documentation here. We have the nodes for AgileCRM and Zoho CRM which you can use as a refrence.

1 Like

Some examples: Node.js SugarCRM REST API Examples (chilkat.io)

modules that would be integrated:

  • Accounts (CRUD)
  • Contact (CRUD) - optional rel with account
  • Leads (CRUD)
  • Calls (CRUD)
  • Tasks(CRUD)
  • Meetings(CRUD)