update_profile_template
Create or update a custom message template for a specific profile, channel, and message type. Specify body, subject, button text, and activation to control verification and login communications.
Instructions
Create or update a custom template for a specific profile, channel, and message type.
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Template body text with variable placeholders | |
| type | Yes | Message type (e.g. verification_request, login_request) | |
| channel | Yes | Message channel | |
| subject | No | Email subject line (email channel only) | |
| is_active | No | Whether the template is active | |
| profile_id | Yes | Profile ID | |
| button_text | No | Button text (email channel only) | |
| button_url_template | No | Button URL template with placeholders |