SuiteCRM Webhooks

Hello,

I was looking for webhooks in SuiteCRM, I’ve read out the workflows but it is working only inside the suiteCRM,
I wan’t to push the data to other platform whenever the Lead is created

Create Lead -> Run Webhook -> External URL ( With data of lead )

Please guide me is there any module in suitecrm that can work like this ?

Hey mate,

Did you find a solution for this?

I am keen to get a webhook to trigger external automation, currently it runs on a schedule checking for changes which seems stupid and consumes resources

Hey mate,

I still didn’t found anything about webhooks. Still wasting my precious resources of my server to call data again and again.

Is there any difficulty of doing this with an after_save Logic hook? Once you’re in PHP you can do whatever you want, including calling external systems with curl etc.