Try Pro free for 30 days · No credit card requiredStart trial
Integrations

Tickki connects to the tools you already use.

Channels where your customers live, CRMs where their data lives, and the developer surface for everything else.
ChannelsCRM & OpsTeam CommunicationDeveloper
Channels

Where your customers reach you. Every conversation lands in one inbox.

WA

WhatsApp

Live

Official Business API support with media, templates, and 24-hour windows.

TK

Web Chat Widget

Live

Drop-in widget. Fully white-labelled on Business and Enterprise.

EM

Email

Live

Threaded email-to-ticket. Preserves attachments, signatures, and CC.

IG

Instagram DM

Beta

Reply to DMs and story mentions inside Tickki.

FB

Facebook Messenger

Live

Page inboxes routed alongside everything else.

SMS

SMS

Beta

US, UK, and EU long-codes. Bulk and 1:1 supported.

CRM & Ops

Push customer context into Tickki and outcomes back into your stack.

HS

HubSpot

Live

Two-way contact + deal sync. Conversation summaries land on the timeline.

SF

Salesforce

Live

Bi-directional sync for Contact, Lead, and Case objects.

SH

Shopify

Live

Order history and refund actions inline next to every conversation.

ST

Stripe

Live

Subscription state and invoice details surfaced for context.

NT

Notion

Live

Sync your knowledge base into Tickki's AI training set.

LN

Linear

Live

Turn a customer report into a Linear issue without leaving the inbox.

Team Communication

Get the right person involved without switching apps.

SL

Slack

Live

Threaded notifications, internal sidebar, and slash-commands.

MT

Microsoft Teams

Live

Channel notifications and one-click escalations.

DC

Discord

Beta

Bot mode for community support workflows.

Developer

Build whatever else you need.

WH

Webhooks

Live

Real-time push for every conversation event.

API

REST API

Live

Send messages, read history, manage workspaces — fully documented.

ZP

Zapier

Live

5,000+ apps, no code. Triggers on new conversation and message events.

MK

Make (Integromat)

Live

Visual workflow builder for advanced automations.

Built for developers

A REST API that respects your time.

Predictable resources, idempotent endpoints, OpenAPI spec, sandbox environments, and SDKs for TypeScript and Python. The auth flow takes one minute.

// Send a message
POST /v1/conversations/:id/messages
Authorization: Bearer sk_live_***
Content-Type: application/json

{
  "channel": "whatsapp",
  "text": "Your appointment is confirmed for 2pm.",
  "metadata": { "source": "ai_draft" }
}