routing-forms

Installation
SKILL.md

Routing forms

Shape

  • Fields — text, email, phone, number, select, multi
  • Rules — ordered list of {conditions, action}
  • Fallback — action taken when no rule matches

Rule conditions

conditions: [{fieldId, op, value}, …] — all ANDed together. Ops:

  • equals, not-equals, contains, starts-with, in (value is array)

Rule actions

  • {kind: "event-type", eventTypeId, teamId?} → redirect to Booker
  • {kind: "external-url", url} → redirect off-site
  • {kind: "custom-message", message} → render message, no booking
Installs
1
GitHub Stars
3.8K
First Seen
8 days ago
routing-forms — builderio/agent-native