Skip to main content
GET
/
email-presets
List Email Presets
curl --request GET \
  --url http://localhost:5252/email-presets \
  --header 'x-api-token: <api-key>'
[
  {
    "id": "9f1c2",
    "label": "My-Email-Preset",
    "enabled": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.daytalog.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-token
string
header
required

Query Parameters

enabled
boolean

Response

Preset array

id
string
Example:

"9f1c2"

label
string
Example:

"My-Email-Preset"

enabled
boolean