Group Location
Explore Plans
Mobile menu Close menu
WebhooksWebhooks

History of web requests received

This query returns a list of times when the Maker service received a web request to notify it of an event. For information on querying events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of times when the Maker service received a web request to notify it of an event. For information on querying events, go to your Maker service settings and then the listed URL (web) or tap your username (mobile)
API endpoint slug
maker_webhooks.history_of_web_requests_received
Runtime method
performQuery("maker_webhooks.history_of_web_requests_received")

Query fields

Event Text input

Label
Event Name
Helper text
The name of the event, like "button_pressed" or "front_door_opened". Use only letters, numbers, and underscores
Slug
event
Required
true
Can have default value
true

Ingredients

Event nameThe name of the event that was triggered.

Slug
event_name
Filter code
MakerWebhooks.historyOfWebRequestsReceived.EventName
Type
String
Example
buzzer

Value1Extra data sent with the event.

Slug
value1
Filter code
MakerWebhooks.historyOfWebRequestsReceived.Value1
Type
String
Example
Hello world

Value2Extra data sent with the event.

Slug
value2
Filter code
MakerWebhooks.historyOfWebRequestsReceived.Value2
Type
String
Example
Hello world

Value3Extra data sent with the event.

Slug
value3
Filter code
MakerWebhooks.historyOfWebRequestsReceived.Value3
Type
String
Example
Hello world

Occurred atDate and time event occurred.

Slug
occurred_at
Filter code
MakerWebhooks.historyOfWebRequestsReceived.OccurredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00