Webhook Inputs

When you test a runbook (using Execute a Test Run in the Runbook Editor) that uses a Webhook trigger, the Inputs dialog appears, prompting you to provide inputs interactively that another application will supply when the runbook executes in automated use. The test inputs are:

  • HTTP Request Body — Type a complex data object that defines the body structure of the inbound request. For example:
    {
        "test": "value"
    }

  • HTTP Request Headers — Type the inbound request headers. For example:
    {
        "ACCEPT": ["*/*"]
    }

  • HTTP Request URL — Type the inbound request path. For example:
    www.riverbed.com

  • HTTP Request Query Parameters — Type the inbound request query parameters. For example:
    {
        "my param": ["my.param.value"]
    }

  • Time — The default is Now.

  • Timeout (min) — The default is five minutes.