Cairo Calling
Developer Guide

Zapier & Make Integration

Connect destinationlab to 8,000+ apps with no-code automation. Automate order processing, customer sync, notifications, and more โ€” without writing a single line of code.

Getting Started

Connect in three steps

Step 1

Generate an API key

Go to Settings โ†’ API Keys in your destinationlab dashboard and create a key with the scopes your automation needs.

Step 2

Connect the app

In Zapier or Make, search for "destinationlab" and paste your API key when prompted. The connection is verified automatically.

Step 3

Configure your workflow

Choose a trigger (e.g. New Order) and an action (e.g. Send Slack Message). Map the fields and activate your automation.

Zapier

Zapier triggers and actions

Zapier uses polling triggers to check for new data and actions to push data into destinationlab.

Triggers

New Order

Triggers when a new order is created

New Customer

Triggers when a new customer is added

New Inquiry

Triggers when a new inquiry is submitted

Product Updated

Triggers when a product or tour is modified

New Invoice

Triggers when an invoice is generated

API Endpoint

GET /api/integrations/zapier/triggers
  ?type=order.created
Authorization: Bearer uk_live_...

Actions

Create Order

Create a new order in destinationlab

Create Customer

Add a new customer record

Create Inquiry

Submit a new inquiry

API Endpoint

POST /api/integrations/zapier/actions
Authorization: Bearer uk_live_...
{
  "action": "create_order",
  "data": { ... }
}
Make (Integromat)

Make modules

Make uses a webhook-based architecture. Configure a destinationlab module in your scenario and route actions via the webhook endpoint.

Available modules

Module
Action
Description
orderscreate
Create a new order
ordersupdate
Update an existing order
customerscreate
Add a new customer
customersupdate
Update customer details
inquiriescreate
Submit an inquiry

Example request

POST /api/integrations/make/webhook
Authorization: Bearer uk_live_a1b2c3d4...
Content-Type: application/json

{
  "action": "create",
  "module": "orders",
  "data": {
    "orderNumber": "MAKE-2026-001",
    "status": "pending",
    "customer": {
      "firstName": "Alex",
      "lastName": "Rivera",
      "email": "alex@example.com"
    },
    "total": 2400.00,
    "items": []
  }
}
Inspiration

Popular automation recipes

Here are some of the most popular ways travel businesses use Zapier and Make with destinationlab.

Welcome emails

Automatically send a personalized welcome email via Gmail or Mailchimp when a new customer is created.

New CustomerSend Email

Slack notifications

Post a message to your team's Slack channel whenever a new order or inquiry comes in.

New OrderSend Slack Message

Google Sheets logging

Automatically add a row to a Google Sheet for every new invoice, keeping your finance team in sync.

New InvoiceAdd Sheet Row

CRM sync

Push new customers to HubSpot, Salesforce, or Pipedrive to keep your CRM up to date automatically.

New CustomerCreate CRM Contact

E-commerce orders

When a Shopify or WooCommerce order is placed, automatically create a matching order in destinationlab.

Shopify OrderCreate Order

Two-way sync

Keep Airtable or Notion databases in sync with your destinationlab orders and customers.

Order UpdatedUpdate Airtable
ไปŠๆ—ฅใ‹ใ‚‰ๅง‹ใ‚ใพใ—ใ‚‡ใ†

ๆ—…่กŒใ‚ชใƒšใƒฌใƒผใ‚ทใƒงใƒณใ‚’ๅŠน็އๅŒ–ใ™ใ‚‹ๆบ–ๅ‚™ใฏใงใใฆใ„ใพใ™ใ‹๏ผŸ

ไปŠๆ—ฅใ‹ใ‚‰14ๆ—ฅ้–“ใฎ็„กๆ–™ใƒˆใƒฉใ‚คใ‚ขใƒซใ‚’ๅง‹ใ‚ใพใ—ใ‚‡ใ†ใ€‚ใ‚ฏใƒฌใ‚ธใƒƒใƒˆใ‚ซใƒผใƒ‰ไธ่ฆใ€‚ใ™ในใฆใฎๆฉŸ่ƒฝใซใƒ•ใƒซใ‚ขใ‚ฏใ‚ปใ‚นใ€‚