The idea is:
n8n offers the convenient setup and storage of credentials for many services, including some CRM systems. Unfortunately, SugarCRM is not included, and I would like to request adding it.
My use case:
We have a bunch of workflows which connect to SugarCRM via its REST API. We need these workflows for data maintenance and system synchronization tasks.
I think it would be beneficial to add this because:
Currently, our workflows use an HTTP Request node to obtain a Bearer token from the SugarCRM API. Other HTTP Request nodes which read or write data then use this Bearer token for authentication. This works, but it requires storing the credentials inside the node which requests the token from the authentication endpoint of the API. And if we change the credentials, we must do it in all workflows. It would be more convenient to store the user name and password only once as SugarCRM credentials and have n8n’s credentials functionality obtain the token and expose it to the nodes which need it.
Any resources to support this?
Are you willing to work on this?
Sorry, I can’t.