A refreshingly simple way to send data-rich emails

A refreshingly simple way to send data-rich emails

Software teams use Waypoint to build, orchestrate, deliver, and monitor email notifications – with little to no code.

Software teams use Waypoint to build, orchestrate, deliver, and monitor email notifications – with little to no code.

Watch demo (4 min)

Watch demo (4 min)

Watch demo (4 min)

Backed by

Preview of an email sent by Waypoint – 1
Preview of an email sent by Waypoint – 1
Preview of an email sent by Waypoint – 2
Preview of an email sent by Waypoint – 2
Preview of an email sent by Waypoint – 3
Preview of an email sent by Waypoint – 3
Preview of an email sent by Waypoint – 4
Preview of an email sent by Waypoint – 4
Preview of an email sent by Waypoint – 1
Preview of an email sent by Waypoint – 2
Preview of an email sent by Waypoint – 3
Preview of an email sent by Waypoint – 4

Create and deliver beautiful data-rich email notifications in minutes.

Create and deliver beautiful data-rich email notifications in minutes.

Preview of an email sent by Waypoint – 5
Preview of an email sent by Waypoint – 6
Preview of an email sent by Waypoint – 7
Preview of an email sent by Waypoint – 7
Preview of an email sent by Waypoint – 8
Preview of an email sent by Waypoint – 5
Preview of an email sent by Waypoint – 6
Preview of an email sent by Waypoint – 7
Preview of an email sent by Waypoint – 8
  • Order confirmation

    Listing added

    Payment reminder

    Package shipped

    Undeliverable mailing address

    SaaS milestone check-in

    Overdraft alert

    Payment request

    Message received

    Usage limit approaching

    Weekly report

A MODERN EMAIL DELIVERY SERVICE

A MODERN EMAIL DELIVERY SERVICE

Loved by developers but designed for the entire product team

Loved by developers but designed for the entire product team

01. Build

Create templates that match your brand in minutes.

Use our block-based template builder that works seamlessly with Liquid templating and Markdown.

Build with confidence knowing templates render well across clients and devices.

02. Orchestrate

Trigger templates and workflows using our simple developer friendly API.

Automate workflows with conditionals and delays using a visual builder.

Deliver emails reliably through world-class infrastructure.

03. Monitor

See a full timeline of events. From initial trigger to clicks.

Be informed of bounces or any other exceptions.

Log a receipt of the full email content and data variables for every mail.

REACH INBOXES, NOT SPAM

"Waypoint's fast and reliable deliverability has taken our account verification success from below 50% to nearly 100%."

Hi 👋

We’re Jordan and Carlos, the co-founders of Waypoint.

Let's face it – sending emails from software in 2023 is still a pain. If you are a software developer or play a role on a product team, you know this pain all too well.

The traditional way of creating email templates fells like writing HTML in the 90's and quickly becomes a chore to maintain with endless back-and-forths between product and engineering.

Other services with dynamic template builders are a step in the right direction, however, they fall flat when working with data-heavy content. This is because these services use repurposed marketing email builders for templates with little to no dynamic data.

With Waypoint, we've built a new kind of email service with unique approaches to helping teams divide and conquer the workload. Designers can build templates visually, developers can focus on sending the right data with debugging tools, and product managers can orchestrate and monitor deliverability.

Everyone can now focus on what they do best.

Emails can have a bad reputation at times, however, the truth is that they still act as the ‘glue of UX’ for most platforms and they are key to onboarding and engaging users.

Waypoint is our approach to product-triggered emails. It's a platform we wish we had while building software in the past and we're now on a mission to help other software companies not deal with the same frustrations.

Jordan & Carlos

Hi 👋

We’re Jordan and Carlos, the co-founders of Waypoint.

Let's face it – sending emails from software in 2023 is still a pain. If you are a software developer or play a role on a product team, you know this pain all too well.

The traditional way of creating email templates fells like writing HTML in the 90's and quickly becomes a chore to maintain with endless back-and-forths between product and engineering.

Other services with dynamic template builders are a step in the right direction, however, they fall flat when working with data-heavy content. This is because these services use repurposed marketing email builders for templates with little to no dynamic data.

With Waypoint, we've built a new kind of email service with unique approaches to helping teams divide and conquer the workload. Designers can build templates visually, developers can focus on sending the right data with debugging tools, and product managers can orchestrate and monitor deliverability.

Everyone can now focus on what they do best.

Emails can have a bad reputation at times, however, the truth is that they still act as the ‘glue of UX’ for most platforms and they are key to onboarding and engaging users.

Waypoint is our approach to product-triggered emails. It's a platform we wish we had while building software in the past and we're now on a mission to help other software companies not deal with the same frustrations.

Jordan & Carlos

DEVELOPER FRIENDLY API

DEVELOPER FRIENDLY API

Start sending in minutes

Start sending in minutes

Templates

Workflows

curl "https://live.waypointapi.com/v1/email_messages" \
  -H "Content-Type: application/json" \
  -u "API_KEY_USERNAME:API_KEY_PASSWORD"  \
  -d '{
  "templateId": "wptemplate_ABc123XYZ",
  "to": "jordan@usewaypoint.com",
  "variables": {
    "user": {
      "displayName": "Jordan"
    },
    "product": {
      "title": "Beechers Mac & Cheese",
      "id": "02934203942"
    }
  }
}'