Broken Link Checker
Use this action to check for broken links on any website.
Using the Broken Link Checker Action
To use this action in your workflow, connect it to ThingWorx Flow. To connect to the flow, do the following:
1. Click and drag the Broken Link Checker action under the Webmaster Tools utility to the canvas, place the pointer on the action, and then click or double-click the action. The Broken Link Checker action window opens.
2. Edit the label name, if needed. By default, the label name is same as the action name.
3. In the URL of WebSite field, enter the URL of the website with the protocol such as http://google.com.
* 
The Broken Link Checker action passes even when an invalid URL is passed to it. An appropriate error is seen in the action output.
4. Click Done.
Output Schema
The Broken Link Checker action returns an output schema as shown in the figure that follows:
The Broken Link Checker array describes all the broken links with the following attributes: url, tag, level, response code, and result.
Was this helpful?