Create email template
documentedCreate an email template.
POST /email_template/Email Templatesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.close.com/api/v1/email_template/" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "subject": "{{$subject}}", "from_name": "{{$from_name}}", "from_email": "{{$from_email}}", "html_body": "{{$html_body}}", "text_body": "{{$text_body}}"}'"