Is there any CRM platform that's integrated with Bonita 7.8 except Salesforce??

1
0
-1

Is there any CRM platform that's integrated with Bonita 7.8 except Salesforce??

1 answer

1
0
-1

Potentially you can integrate Bonita with any CRM.

Integration between Bonita and an external system is done using:

  • Bonita connectors
  • Bonita REST API extensions

We provide natively connectors for Salesforce but we also provide generic connectors that use standard protocols such as web services or REST. Also we provide tooling to create your own connector.

REST API extensions should be created when you want to display directly in Bonita forms data from external systems. Usually for integration with CRM only connectors are used.

Also a CRM can be integrated with Bonita by calling Bonita APIs. Bonita Engine provide REST APIs for example to start a process, execute a task...

Notifications