Closed dmitriim closed 1 year ago
Currently http_post_action_step supports POST method only, however in some cases we would likt to send GET/PATCH/PUT and etc
We can rename http_post_action_step to just http_action_step and add an extra option for choosing http method.
I think it's ok to leave http_post_action_step as is having in mind that the plugin will be retired soon anyways.
Currently http_post_action_step supports POST method only, however in some cases we would likt to send GET/PATCH/PUT and etc
We can rename http_post_action_step to just http_action_step and add an extra option for choosing http method.