GuyMan
December 12, 2024, 3:41pm
2
You can do a HTTP GET/POST from rule machine, and build up the appropiate URL as a string.
Doing a PUT is a bit trickier - Not sure if a POST would work for your or not..
See:
It is any way I can call an API with the method PUT in the Rule Machine?
The easiest way is to use variable.
Here is a recent discussion on the topic:
Since your string has variable replacement, the string in parentheses is showing what the actual request will be with variables expanded.
I'm wondering if I'm missing something obvious. It looks like I can send an HTTP GET or PUT as an RM action, but is it possible to do the same with HTTPS (providing an authorization key in the header)? Also a POST action? Thanks for any insight.
1 Like