Skip to content
ZAP POST logo
ZAP POST logo

ZAP POST Integrations

Marketing Automation

Put ZAP POST to work with AI and enterprise-grade automation

Automate smarter with ZAP POST and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • No-code AI automation
  • Full audit trails and controls
  • SOC 2 and GDPR compliant
  • Easy visual workflow builder
  • 9,000+ apps, 450+ AI tools
  • Free tier available
ZAP POST logoZAP POST logo
Or pick an app to pair with
arrow pointing down
Integrate HubSpot with ZAP POSTIntegrate HubSpot with ZAP POST
HubSpot
Marketing Automation
Integrate Shopify with ZAP POSTIntegrate Shopify with ZAP POST
Shopify
eCommerce
Integrate Klaviyo with ZAP POSTIntegrate Klaviyo with ZAP POST
Klaviyo
Marketing Automation
Integrate OneDrive with ZAP POSTIntegrate OneDrive with ZAP POST
OneDrive
File Management & Storage, Microsoft
Integrate AutoBlogger with ZAP POSTIntegrate AutoBlogger with ZAP POST
AutoBlogger
Marketing
Integrate Google Sheets with ZAP POSTIntegrate Google Sheets with ZAP POST
Google Sheets
Google, Spreadsheets
Integrate Google Drive with ZAP POSTIntegrate Google Drive with ZAP POST
Google Drive
File Management & Storage, Google
Integrate Stripe with ZAP POSTIntegrate Stripe with ZAP POST
Stripe
Payment Processing
Integrate LeadConnector with ZAP POSTIntegrate LeadConnector with ZAP POST
LeadConnector
Marketing Automation
Integrate HubSpot with ZAP POSTIntegrate HubSpot with ZAP POST
HubSpot
Marketing Automation
Integrate Shopify with ZAP POSTIntegrate Shopify with ZAP POST
Shopify
eCommerce
Integrate Klaviyo with ZAP POSTIntegrate Klaviyo with ZAP POST
Klaviyo
Marketing Automation
Integrate OneDrive with ZAP POSTIntegrate OneDrive with ZAP POST
OneDrive
File Management & Storage, Microsoft
Integrate AutoBlogger with ZAP POSTIntegrate AutoBlogger with ZAP POST
AutoBlogger
Marketing
Integrate Google Sheets with ZAP POSTIntegrate Google Sheets with ZAP POST
Google Sheets
Google, Spreadsheets
Integrate HubSpot with ZAP POSTIntegrate HubSpot with ZAP POST
HubSpot
Marketing Automation
Integrate Shopify with ZAP POSTIntegrate Shopify with ZAP POST
Shopify
eCommerce
Integrate Klaviyo with ZAP POSTIntegrate Klaviyo with ZAP POST
Klaviyo
Marketing Automation
Integrate OneDrive with ZAP POSTIntegrate OneDrive with ZAP POST
OneDrive
File Management & Storage, Microsoft
Integrate AutoBlogger with ZAP POSTIntegrate AutoBlogger with ZAP POST
AutoBlogger
Marketing
Integrate Google Sheets with ZAP POSTIntegrate Google Sheets with ZAP POST
Google Sheets
Google, Spreadsheets
Integrate Google Drive with ZAP POSTIntegrate Google Drive with ZAP POST
Google Drive
File Management & Storage, Google
Integrate Stripe with ZAP POSTIntegrate Stripe with ZAP POST
Stripe
Payment Processing
Integrate LeadConnector with ZAP POSTIntegrate LeadConnector with ZAP POST
LeadConnector
Marketing Automation

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Send ZAP~POST postcards for new Google Sheets rows

    • Google Sheets logo
    • ZAP POST logo
    Google Sheets + ZAP POST
  • Send ZAP POST postcards for new Shopify products

    Premium
    Details
    • Shopify logo
    • ZAP POST logo
    Shopify + ZAP POST
  • Send ZAP~POST postcards when new customer accounts are enabled in Shopify

    Premium
    Details
    • Shopify logo
    • ZAP POST logo
    Shopify + ZAP POST
  • Send ZAP POST postcards when new Klaviyo profiles are added to a segment or list

    • Klaviyo logo
    • ZAP POST logo
    Klaviyo + ZAP POST
  • Send ZAP POST postcards for new HubSpot form submissions

    • HubSpot logo
    • ZAP POST logo
    HubSpot + ZAP POST
  • Send ZAP~POST postcards to new contacts in a HubSpot list

    • HubSpot logo
    • ZAP POST logo
    HubSpot + ZAP POST
  • Send ZAP~POST postcards for new Google Sheets rows

    • Google Sheets logo
    • ZAP POST logo
    Google Sheets + ZAP POST
  • Send ZAP POST postcards for new Shopify products

    Premium
    Details
    • Shopify logo
    • ZAP POST logo
    Shopify + ZAP POST
  • Send ZAP~POST postcards when new customer accounts are enabled in Shopify

    Premium
    Details
    • Shopify logo
    • ZAP POST logo
    Shopify + ZAP POST
  • Send ZAP POST postcards when new Klaviyo profiles are added to a segment or list

    • Klaviyo logo
    • ZAP POST logo
    Klaviyo + ZAP POST
  • Send ZAP POST postcards for new HubSpot form submissions

    • HubSpot logo
    • ZAP POST logo
    HubSpot + ZAP POST
  • Send ZAP~POST postcards to new contacts in a HubSpot list

    • HubSpot logo
    • ZAP POST logo
    HubSpot + ZAP POST
    • Supported triggers and actions

      Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.

        • RecordsActionDescription
        • Campaign ID
          Required
        Action
        Write

        For builders

        Let your AI safely access ZAP POST

        Go beyond Zap workflows. Install Zapier in your AI to call ZAP POST actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

        No code

        Call actions in natural language with Zapier MCP

        Act in ZAP POST from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.

        Example actions on this page

        • Send ZAP POST Postcard(s)

        Works with

        Claude · ChatGPT · Cursor · Any MCP-compatible AI

        Install Zapier MCP
        Code

        Work in code with the Zapier SDK

        Expose ZAP POST actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().

        Install

        npm install @zapier/zapier-sdk
        npm install -D @zapier/zapier-sdk-cli
        zapier-sdk login
        # create a ZAP POST connection @ https://zapier.com/app/assets/connections

        Run an action

        // Typescript
        import { createZapierSdk } from "@zapier/zapier-sdk";
        
        const zapier = createZapierSdk();
        
        const { data: connection } = await zapier.findFirstConnection({ app: "zap-post", owner: "me" });
        
        await zapier.runAction({
          app: 'zap-post',
          action: 'create_records',
          connection: connection.id,
          input: {
            {inputKeyValuePairs}
          },
        });
        Open the SDK docs

        Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

        ZAP POST Help & Support

        Common questions

        zap-post logo
        About ZAP POST
        ZAP POST is a SAAS product used to send hyper-personalised Direct Mail postcards and letters, automatically triggered by real-time events and actions.
        Related categories

        Popular ZAP POST Integrations

        • Schedule by Zapier
        • Webhooks by Zapier
        • HubSpot
        • Shopify
        • Klaviyo