Integrations
PostStack connects to the tools your team already uses: no-code automation in Zapier and Make, the WordPress mailer, Terraform-managed infrastructure, Vercel, and an official CLI for shell scripts and CI.
CLI
@poststack.dev/cli
Send transactional email, manage domains, list contacts, and rotate API keys directly from your terminal. Perfect for shell scripts and CI pipelines.
npm install -g @poststack.dev/cliLearn more →Zapier
5,000+ app integrations
Trigger Zaps on email.delivered, email.bounced, and contact.created. Send emails, create contacts, and add to segments as actions.
Learn more →Make.com
Visual scenario builder
Same triggers and actions as the Zapier integration, with Make.com's drag-and-drop scenario editor and unlimited operations on paid plans.
Learn more →WordPress
Drop-in wp_mail() replacement
Install the plugin and paste your API key. Every WordPress notification, from password resets to WooCommerce order confirmations and contact form submissions, routes through PostStack.
wp plugin install poststackLearn more →Terraform
Infrastructure as code
Manage sending domains, API keys, and webhook subscriptions via the official Terraform provider. Pin domains and rotate keys from your existing IaC pipeline.
terraform { required_providers { poststack = { source = "getpoststack/poststack" } } }Learn more →Vercel Marketplace
One-click setup
Add PostStack to a Vercel project with a single click. Environment variables are wired in automatically and billing rolls into your Vercel invoice.
Learn more →Don't see your tool?
Every integration above is built on the same PostStack REST API and webhook system that's available to all customers. If you want to wire PostStack into something custom, the API reference and webhook docs are the place to start.