Sign in

Update email template

documented

Update an email template.

PUT /email_template/{id}/Email Templatesno implementation yet0 runs
No 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/{{$id}}/" \
  -X PUT \
  -u {{CLOSE_API_KEY}}: \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "subject": "{{$subject}}", "body_text": "{{$text_body}}", "body_html": "{{$html_body}}", "from_name": "{{$from_name}}", "from_email": "{{$from_email}}", "is_archived": {{$is_archived}}}'