Tear down those data silos: Easy webhooks in SuiteCRM

Hi,

to quote myself :grin: ā€œdon’t build up data silosā€.
In order to make triggers / integrations etc. easier, external software needs to know, when something is happening in SuiteCRM.

Examples:

  • opp is closed won - trigger data transfer to ERP
  • lead just called and asked for x - update interest in Mautic / marketing automation
  • invoice has been issued - transfer to the accounting software
  • etc.

I’ve used this one before:

which seems to not be actively maintained anymore.

And that one:

which didn’t work with a new n8n version.

There is another module which I haven’t tried out yet:
GitHub - DevanshiDarji/Webhook-Integration: PHP(SuiteCRM)?

And there seems to be demand:

If this feature would find its way into core, SuiteCRM would bring quite some more value to the table - since software shouldn’t live in silos nowadays.

(yes, I know - it’s possible to develop custom logic hooks and use the DB as well - but how many more people could benefit from this feature, when no PHP code is required?)