Hi there,
I would like to manage webhooks from other websites to Espo Crm. My idea is to generate an URL that can be called through API and based on the request body make some trigger.
An example could be:
Thanks for your help
I would like to manage webhooks from other websites to Espo Crm. My idea is to generate an URL that can be called through API and based on the request body make some trigger.
An example could be:
- Create an URL: example.com/api/v1/updateEvent
- Listen the HTTP request for the URL
- Based on the request boby start a workflow or BPM
Thanks for your help
Comment