Function for API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PGI
    Member
    • Oct 2017
    • 77

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

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

    Comment

    • PGI
      Member
      • Oct 2017
      • 77

      #3
      Thank you

      Comment

      Working...