NITRO
HOOK
Sources
Events
Sources
/ Forgejo
Forgejo
Delete Source
Overview
Script
Actions
Events
Actions
Webhook
JavaScript
Slack
SMTP Email
Twilio SMS
Add
function process(event) { // event.payload — the JSON body // event.headers — captured headers return { processed: true }; }
Add
Add
Add
Add
Transform Script (optional)
Reshape the payload before it reaches this action. Return
null
to skip this action.
function transform(event) { return { payload: { text: event.payload.message }, headers: event.headers }; }
No actions yet.