Announcement

Collapse
No announcement yet.

Function for API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Function for API

    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

  • #2
    Hello

    For now you can implement it with run service action in workflow https://www.espocrm.com/features/add...-for-workflow/

    Comment


    • #3
      Thank you

      Comment

      Working...
      X