Skip to main content

Zapier Integration

Connect InkCourier to 5,000+ apps

Quick Start

1

Create an API Key

Go to Dashboard → API Keys and create a new key. Copy it securely.

2

Add InkCourier to Zapier

Search for InkCourier in Zapier or use our private invitation link (contact support).

3

Connect Your Account

When prompted, enter your API key. Zapier will validate the connection automatically.

Start Building Zaps!

Use InkCourier as an action to send handwritten cards triggered by any Zapier event.

Authentication

Zapier authenticates with InkCourier using your API key sent as a header:

X-Api-Key: ink_YOUR_API_KEY

Test Connection: Zapier validates your credentials by calling GET /api/v1/zapier/me

Available Actions

ACTION

Send Handwritten Card

Create and send a handwritten card to a recipient. This is the main action for automating card sends.

Required fields:

  • • Card design (dropdown from your available cards)
  • • Handwriting style (dropdown from available fonts)
  • • Message text
  • • Recipient name and address
  • • Sender name and address

Dynamic Dropdown Endpoints

Zapier uses these endpoints to populate dropdown menus in the Zap editor:

GET /api/v1/zapier/cards

Lists available card designs

GET /api/v1/zapier/fonts

Lists available handwriting styles

GET /api/v1/zapier/addresses

Lists your saved addresses

Create Order Endpoint

The main endpoint for creating orders via Zapier:

POST https://api.inkcourier.com/api/v1/zapier/orders

This endpoint:

  • Validates card and font against the catalog
  • Enforces your plan limits
  • Creates the order in your account
  • Queues the order for fulfillment

Retrieve Orders

You can also retrieve order information via Zapier:

GET /api/v1/zapier/orders

List your orders (supports pagination)

GET /api/v1/zapier/orders/:id

Get details of a specific order

Example Zap Ideas

HubSpot → InkCourier

When a deal is won in HubSpot, automatically send a thank you card to the customer.

Stripe → InkCourier

When a customer makes their first purchase, send a welcome card.

Google Sheets → InkCourier

When a new row is added to a spreadsheet, send a card to that contact.

Salesforce → InkCourier

When an opportunity closes, send a personalized thank you card.

Need Direct API Access?

For more control and custom integrations, check out our full API documentation.

View API Reference

Need Help?

Having trouble with your Zapier integration? We're here to help.