Announcement

Collapse
No announcement yet.

Parameters in URL of "Send HTTP Request" action

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

  • Parameters in URL of "Send HTTP Request" action

    Hello,

    I'm trying to use "Send HTTP Request" action to call some REST API method like /user/<ID>/mark when the ESPO entity is edited.
    My initial idea was to use "Send HTTP Request" with parametrised URL like http://host/user/{$user_id}/mark.
    BUT
    Surprisingly, I didn't find a way of doing that.
    I can pass parameters to the Payload section and Headers, but not to the URL.

    Anybody knows a good solution here?
    Thanks in advance!

  • #2
    Hi,
    Unfortunately, there is no ability to place some variable into the URL field so the logic could dynamically catch it and use it. Using variables are only available for Payload and Headers https://docs.espocrm.com/administrat...d-http-request.

    Comment


    • #3
      Hi,

      The ability will be added.

      Comment


      • #4
        Any documents in relation to this? Checked Git for Issue and Commit but I can't seem to find reference to this Feature.

        Comment


        • yuri
          yuri commented
          Editing a comment
          This is a feature of Workflows tool.

      • #5
        Originally posted by yurikuzn View Post
        Hi,

        The ability will be added.
        Thank you!

        Comment


        • #6
          Hello, has this feature been added? and if so which version?

          Comment


          • #7
            Added in 2.6.0 version.

            Advanced Pack 2.6.0 is released. Workflows: Send HTTP Request: Added support of PATCH, DELETE, GET methods. Send HTTP Request: Added support of placeholders in a request URL. Formula variables passing from action to action. The ability to use variables defined in a previous action of the same workflow rule. Send HTTP

            Comment

            Working...
            X