Question

Integration with Creatio

Can Creatio send data to API?

like two-way integration?

get data from API and store it in Creatio then send the data to another API?

 

thanks.

Like 0

Like

1 comments

Hello,



You can do that by adding the desired web services in the "Web services" section in the system settings. Then you can create a business process that will call those API, receive the information from them, store it in the system creating new records (You can create a new object and store the information inside, which will be basically storing information inside an SQL table) ,  or just keep it as parameters inside the same business process, and then send it again to another web service. 



I would suggest you reading our academy instructions regarding business processes and web services to understand how you can combine them:

https://academy.creatio.com/docs/8-0/user/bpm_tools/business_process_se…

https://academy.creatio.com/docs/user/customization_tools/web_services/…

Here is an example of implementation:

https://community.creatio.com/questions/call-creatio-web-service-inside…

 

Best regards,

Dariy

Show all comments