iHook

iHook

  • Blog
  • Docs
  • Dashboard

›Task History

Quick Start

  • Create your first task
  • Create your first receiver

Task Settings

  • HTTP Settings
  • Request Schedule

Task Notifications

  • Notification Overview
  • Source
  • Property / CSS Selector
  • Comparison
  • Message Template

Task History

  • Chart

Task Errors

  • Errors

Task Shortcuts

  • Keyboard Shortcuts

Receiver Variables

  • Receiver variables

Task Examples

  • Nintendo Switch availability monitor
  • Weather monitor
  • Insider trading monitor
  • Mortgage rate monitor
  • Github repo release monitor

Receiver Examples

  • Create an Okta Hook receiver
  • Create a SendGrid Event Webhook receiver

Chart

Under the History tab of a task, you can draw time charts to analyze recent task execution data such as response time, response code, and JSON data in response body.

Examples

1. Response Time

response-time

2. Status Code

response-code

3. Response Body Text

If the entire response body is a numeric value, you can use this option to visualize the data among recent task executions. Below is an example of the IEX Freddie Mac 30-year fixed rate API response:

6.6

A chart of the response body text for the last 10 executions will look like:

response-body-text

4. Property in Response Body

To analyze JSON response body properties, you can use JSON path expression to specify a property of your interest. Let's say we have a system memory monitor task that returns the following JSON response body:

{
    "totalMemoryMb": 370688,
    "freeMemoryMb": 241774
}

Enter freeMemoryMb in search box, you will get free memory chart for the current page of task executions.

response-body-json

Note that right now JSON path expressions only apply to response body in JSON format.

Bookmark

For frequently examined JSON expressions, you can create bookmarks for future access. Click the star icon at the right of search box, you will see a dialog to enter bookmark name, and then click SAVE, a chip will appear under the search box, which you can click on to re-generate the chart.

new-chart-modal

← Message TemplateErrors →
  • Examples
    • 1. Response Time
    • 2. Status Code
    • 3. Response Body Text
    • 4. Property in Response Body
  • Bookmark
Copyright © 2024 iHook, Inc.