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!
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!
Comment