Hi,
to quote myself
ā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?)