Val Town · Example Payload

Val Town Send Email Example

Developer ToolsServerlessJavaScriptTypeScriptSocial CodingHTTP EndpointsCron JobsEmailSQLiteBlob Storage

Val Town Send Email Example is an example object payload from Val Town, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

tofromsubjecttexthtml

Example Payload

Raw ↑
{
  "to": "user@example.com",
  "from": "notifications@val.town",
  "subject": "Hello from Val Town",
  "text": "Your val ran successfully.",
  "html": "<p>Your val ran successfully.</p>"
}