Explore Plans
Mobile menu Close menu
Webhooks

Receive a web request with a JSON payload

Pro icon This trigger fires every time the Webhooks service receives a web request to notify it of an event. To find your webhook URL and key, open Documentation on the Webhooks service page (mobile: Account > My services > Webhooks).

Developer info

API endpoint slug
maker_webhooks.json_event

Trigger fields

Event Text input > Other

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 name The name of the event that was triggered.

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

Json payload JSON payload sent with the event.

Slug
json_body
Filter code
MakerWebhooks.jsonEvent.JsonPayload
Type
String
Example
{"data": "Hello, world!"}

Occurred at Date and time event occurred.

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