All docs
1 min read

Actions

Action key Config Notes
send_email to, subject, body All values are templated — {{ submission.email }} works.
send_webhook url, headers?, include_submission? JSON POST.
tag_submission tag Adds to submission.tags.
set_submission_status status One of `received
mark_spam Shorthand for status=spam.
update_field field, value Mutates submission.payload.
http_request method, url, headers?, body? Generic call.
ai_classify Runs the same classifier the AI queue uses.
integration_driver provider, url, config? Invoke a Slack/Discord/Sheets driver without a Webhook row.