We have a "texting" service in house that I need to call from an IPA.
I'm thinking I can create a sub workflow to call, but what node can I use to simply post to a URL?
Basically I need to hit the following url as many times as I have phone numbers, 1 at a time:
fqdn/.../sendMessage to send to the user
Passing the PHONE and MESSAGE via a variable:
fqdn/.../sendMessage?type=2&to={PHONE}&text={MESSAGE}
IPA: 11.x