My old phone just died and the flow that I had working on it is gone..so I'm rebuilding something that I know can work, but I can't remember how.
Simply, I'm trying to do a single variable HTTP request to an
Integromat Webhook. That webhook still exists.
Passing JSON data {"Title": text} where text is a variable set in the flow.
I have a hazy recollection that most of the work was done in the "Request URL" part of the HTTP Request block because for some reason the block wasn't sending the content request type as JSON (and thus was getting rejected by Integromat). But I can't figure out how to re-format it.
When I send this request
https://reqbin.com/utfbdco8, integromat receives it just fine. But I can't figure out how to get Automate to send the same request.
Any ideas?