text/template. The event body, decoded from JSON, is ..
Examples
Pick fields from a Paystack charge
Pick fields from a Paystack charge
Slack message for a bank credit
Slack message for a bank credit
A field that can be missing
A field that can be missing
A list of item IDs
A list of item IDs
Write valid JSON
The template prints text. It does not make JSON for you. Use these patterns:What you can use
- Field access:
{{.data.reference}} - Conditions:
{{if}} … {{else}} … {{end}} - Loops:
{{range .items}} … {{end}} - Go’s built-in functions, such as
printf,len,index,eq,and,or,not
toJson.
Limits
For safety, hooksnode also refuses a
range over a number, a template that calls itself, and printf widths of 4 digits or more.