Skip to main content

Zapier

The official SendSeven Zapier integration lets you wire your messaging platform into more than 7,000 apps — CRMs, spreadsheets, ticketing tools, databases, and more — without writing code. Trigger Zaps from incoming messages, push new contacts into SendSeven, look up conversations, and keep everything in sync.

Install the integration

SendSeven's Zapier app is currently invite-only while it completes Zapier's public review. Use the invite link below to add it to your Zapier account:

Add SendSeven to Zapier

Once you've accepted the invite, "SendSeven" appears in the Zap editor's app picker like any other Zapier app.

Connect your account

SendSeven uses OAuth 2.0 for Zapier. When you add a SendSeven step to a Zap and create a connection:

  1. Click Sign in to SendSeven.
  2. You're redirected to the SendSeven consent screen at app.sendseven.com.
  3. Review the requested permissions and click Authorize.
  4. Zapier stores the access and refresh tokens and refreshes them automatically — no manual API token handling required.

The connection requests the scopes needed for messaging, contacts, conversations, tags, and webhook registration (messages:*, contacts:*, conversations:*, tags:*, webhooks:*, channels:read, knowledge_base:read). Triggers register webhook subscriptions on your behalf, so the webhook scopes are required.

Triggers

Triggers start a Zap when something happens in SendSeven. SendSeven triggers are real-time (webhook-backed) wherever possible.

Messaging

TriggerFires when
New Message ReceivedAn inbound message arrives on any channel
Message SentAn outbound message is sent
Message DeliveredDelivery is confirmed
Message ReadA read receipt is received
Message FailedA message fails to send

Email

TriggerFires when
Email ReceivedAn inbound email arrives
Email SentAn outbound email is sent
Email DeliveredAn email is delivered
Email OpenedAn email is opened
Email BouncedAn email bounces
Email ComplainedA spam complaint is received
Link ClickedA tracked link is clicked

Conversations

TriggerFires when
New ConversationA new conversation starts
Conversation ClosedA conversation is closed
Conversation AssignedA conversation is assigned to a team member
Conversation ReopenedA closed conversation is reopened

Contacts

TriggerFires when
New ContactA contact is created
Contact UpdatedA contact is updated
Contact DeletedA contact is deleted
Contact SubscribedA contact subscribes
Contact UnsubscribedA contact unsubscribes

Campaigns

TriggerFires when
Campaign Message Sent / Delivered / Read / FailedA messaging-campaign message reaches that state
Campaign Email Sent / BouncedA campaign email reaches that state

Actions

Actions let a Zap create or change data in SendSeven.

Messaging

ActionDescription
Send MessageSend a message on any channel (WhatsApp, Telegram, SMS, Messenger, Instagram, Email)
Send EmailSend an email with subject, HTML body, and CC/BCC
Send WhatsApp TemplateSend a pre-approved WhatsApp Business template
Send WhatsApp InteractiveSend an interactive WhatsApp message (buttons / list)

Contacts

ActionDescription
Create ContactCreate a new contact
Update ContactUpdate an existing contact
Delete ContactGDPR-delete a contact (conversations anonymized, billing preserved)
Add Contact MethodAdd a platform identifier (phone, email, WhatsApp/Telegram/Messenger/Instagram ID)
Add Tag / Remove TagAdd or remove a tag for segmentation
Add to List / Remove from ListManage contact-list membership

Conversations

ActionDescription
Assign ConversationAssign a conversation to a team member
Close ConversationClose a conversation (optional notes, AI summarization)
Reopen ConversationReopen a closed conversation
Create Internal NoteAdd an internal note to a conversation

Knowledge Base

ActionDescription
Query Knowledge BaseRun an AI-powered search across your knowledge base and return an answer with citations

Searches

Searches look up existing records so later Zap steps can use them. Most pair with a "create" action as a find-or-create step.

SearchDescription
Find ContactFind a contact by phone, email, or name
Find ConversationFind a conversation by contact or filters
Find Conversation by IDLook up a specific conversation by its ID
List Contact ListsList your contact lists

Example Zaps

  • CRM lead → WhatsApp welcome. Trigger on a new CRM record, use Find Contact (or Create Contact), then Send WhatsApp Template.
  • Closed conversation → spreadsheet. Trigger on Conversation Closed, append a row in Google Sheets with the conversation summary.
  • Inbound message → ticket. Trigger on New Message Received, create a ticket in your help desk, then Create Internal Note back in SendSeven with the ticket link.

Next steps

  • n8n — self-hostable workflow automation with an AI-agent tool
  • Make.com — visual scenario builder
  • Webhooks — the event layer that powers Zapier triggers
  • Authentication — API tokens and OAuth