Hello,
In order to use third-party APIs, would it be possible to add a function to EspoCRM? It is about being able to call a URL with parameters.
Function name : GetURL(URL)
Example of use : GetURL(string\concatenate('https://domain.tld/api?name=',name,'&status=',status));
This would make it possible to use this function in the workflow. ;-)
Thanks
In order to use third-party APIs, would it be possible to add a function to EspoCRM? It is about being able to call a URL with parameters.
Function name : GetURL(URL)
Example of use : GetURL(string\concatenate('https://domain.tld/api?name=',name,'&status=',status));
This would make it possible to use this function in the workflow. ;-)
Thanks
Comment