relm_create_template
Create a reusable email template. name, html (full HTML, {{field}} placeholders ok), optional subject + text (plaintext alt; auto-derived if omitted). Reference it from a rule/sequence step via {"type":"send_email","template":""}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| html | Yes | ||
| name | Yes | ||
| text | No | ||
| subject | No |