Actions turn a token from a passive link into a small workflow. Four triggers exist:
on_fulfill— everything was paid (or the goal was reached)on_cancel— the token was cancelledon_timeout— the deadline passed while still unpaidon_reminder— periodic nudge while unpaid: daily, every 2 or 5 days, weekly, or one day before expiry
Action types
PAYOUT sends bank transfers — several in one action, e.g. 1 000 Kč to 112323/0100 (VS 22232) and 1 000 Kč to 112353/0100 (VS 2222); the engine never pays out more than the available value. SEND SMS, SEND EMAIL and MAKE PHONECALL (text-to-speech via Telnyx) cover the humans.
Variables inside messages
Message fields understand the same placeholders as page widgets: “Still unpaid: %URL%” or “%NAME%, %CHARGE_DISPLAY% is due %EXPIRES_AT%”.
Watching it run
Every executed action is recorded in Action runs on the token detail and in the audit log — with status, timestamp and the exact payload, so a failed SMS is a visible fact, not a mystery.
Combine the four triggers and you rarely need to touch a token after creating it: money in, money out, everyone informed.