Hello, I want to post data to a URL, such as www.test.com/UniqueID/?a=value1&c=value2. Where UniqueID, value1, and value2 are all coming in to infusionsoft from an API input.
I also want to pass in authorization header values, since the URL endpoint is locked down to specific users with specific passcodes.
How can I add a header field for Authorization and then the passcode value for that authorization field? Right now the httpPost action in Infusionsoft only appears to have a URL and then some query string key/value pairs that can be appended.
Also is it possible to append the UniqueID on each URL as they correspond to a specific value that is coming in to the system, which is actually a type of order id.
https://classic-infusionsoft.knowledgeowl.com/help/campaign-sequence-http-post