Freshsales Integration & receiving Restful requests

We are adopting Freshsales for our CRM & marketing for our customer data.

It has the ability in its automations to trigger webhooks to 3rd party applications.

We need to understand if we can send restful requests (GET or POST) to the application from Freshsales with data from a contact record such that the CRM data when it goes through an automation or an update on the Freshsales side would then push that info to the app through a webhook.

What is the best way to do this?

Hi @brooke1,

Yes, this is possible. If you want to send data from your Bubble app into Freshsales, you can do that via the API connector.

If you want to send data from Freshsales into your Bubble app, you can use the Bubble Workflow API

1 Like

Thank you for your response! Very helpful.