Skip to content

API & integrations

Connecting your other tools to Intelliprint

Most connections follow the same shape: an API key, a template, and a webhook step in the other tool. Here's the general pattern and where to find setup steps for popular tools.

Last reviewed · By Intelliprint Team

You don't need to write a full integration to connect Intelliprint to the tools you already use. Most connections work the same way — an outbound webhook or HTTP step in your other tool, configured to call the Intelliprint API when something happens.

Klaviyo — trigger postcards or letters from a Klaviyo flow using a webhook action.

Shopify — trigger a mailing from a Shopify Flow workflow using a Send HTTP Request action.

Mailchimp — trigger a mailing from a Mailchimp automation using a webhook action.

Browse every tool guide for the full list, including Zapier, n8n, Xero, Salesforce, and HubSpot.

The general pattern

Every webhook-based connection needs the same three things:

  • An API key from your Intelliprint Dashboard's Developers → API Keys section.
  • A template ID from your account, if you're sending a reusable design rather than plain content.
  • A webhook or HTTP step configured in your other tool to POST to https://api.intelliprint.net/v1/prints, with your API key set as the Authorization header.

The exact request body depends on your template and which fields you want populated from the other tool's data — check that tool's own guide above for a worked example.

Ensure your account has enough balance to cover the job, or the API returns a payment error — see the full API introduction for authentication details.