1. Drag the WWW tool from the toolbar onto the canvas
2. Click Edit to enter the tool configuration window
3. Name your tool using the Tool Name field at upper right
4. Select a request method from the left corner of the dropdown menu: Get, Put, Post, Patch, or Delete
5. Enter your API request in URL format in the provided text box
6. Click the Body tab to choose a format for your body data: Form, XML, JSON, or Text. Please note that if you wish to add variables to your request, you must select the Form setting from the radio list of body types at upper left
7. Use the Headers and URL Params tabs to add variables to your request as needed
a. Click the Add Variable plus sign icon to add a variable
i. Enter a Name for your variable
ii. Enter a Value for that variable, and/or use the tag button at far right of the Value field to generate or modify your value
b. Repeat as needed
8. Click the Send button at far right of your request field to execute the request
9. Use the Result setting located under all three tabs (Headers, URL Params, and Body) to choose an output format for your data: Form, XML, JSON, or Text