Skip to main content
POST
Create EcoLetter template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 255
Example:

"Settlement EcoLetter"

content
string
required

HTML content for the EcoLetter template. Must include visible text.

Example:

"<p>Hello [First Name], please review your secure EcoLetter.</p>"

type
enum<string>

Optional on creditor requests. If provided, it must be e-letter.

Available options:
e-letter

Response

EcoLetter template created.

message
string
required
Example:

"eLetter template updated."

data
object
required
Last modified on July 20, 2026