Sign in

Create email template

documented

Create an email template.

POST /email_template/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/" \
  -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}}"}'"
Create email template · Close · OpenIntegrations