Overview
You can use a template with tokens to create a payload for an HTTP call.
Process
Here are two simple steps to do this:
Step 1. When creating a Connection to the web service, enter the template to use for the payload into the Payload field. Use {token}
for tokens.
For example:
{
"Device": "{name}",
"HostName": "{host}",
"DomainName": "{domain}",
"FullyQualifiedDomainName": "{domain_full}",
"Description": "{description}"
}
Step 2. Set tokens using JavaScript or by executing the Flow in a loop.
Comments
0 comments
Please sign in to leave a comment.