Skip to content

Send Emails from Third Party Webhooks

Earlier this year, we released sending webhooks based on delivery events.

Today, we are introducing the opposite - receiving webhooks events from third party services to send emails.

Common event examples:

  • A successful payment on Stripe.
  • A new pull request on GitHub.
  • A new user account created on Auth0.
  • An new order on Shopify.
  • A shipping status change on Shippo.

This is done by creating a webhook endpoint URL on Waypoint to listen for third-party events and trigger associated workflows (and resulting dynamic emails).

Screenshot: Workflow Webhook Option

View Stripe webhook example