Buildscratch Docs
  1. Email
Buildscratch Docs
  • Introduction
  • Managed Authentications
    • Introduction
    • Internal Parties
      • Register Account
      • Authenticate
    • External Parties
      • Register External
      • OAuth2 Token
      • OAuth2 Authenticate
  • Utilities
    • Introduction
    • Email
      • Introduction
      • Send Email
        POST
      • Create Templates
        POST
      • Update Templates
        PUT
  • Services
    • Reservations
      • Availability
  • Artifical Inteligence
    • Introduction
  1. Email

Create Templates

Developing
POST
/utilities/email/templates
You can send emails using custom templates and use them when sending an email. Simply send a template html and we will save the template for you.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prod.your-api-server.com/utilities/email/templates' \
--header 'Content-Type: application/json' \
--data-raw '{
    "templateId": "",
    "html": ""
}'
Response Response Example
{}
Modified at 2026-02-05 20:17:43
Previous
Send Email
Next
Update Templates
Built with