Hi,
I have a use case where I post to URL to run an action, and then periodically POST to the same URL with a different body to get the status.
Right now I can't do both of these on one API Request action because the Periodically poll a URL for status option does not allow setting the body and content type. It seems to automatically reuse the body/contenttype setting from the main request.
If I could configure the content type and body for the periodically pulled status URL I would be able to run the action and display the status on the same button.
Thanks for considering my request