Missive entegrasyonu | Zervanor
← Tüm konnektörler

Missive

Aynı zamanda bir ajan aracı
communication

Missive shared-inbox collaboration: read and search conversations, list their messages/comments/drafts/posts, send email/SMS/WhatsApp drafts, post integration notifications, add internal comments, and manage contacts, contact books, contact groups, shared labels, teams, users, organizations, and canned responses. Bearer API-token auth. Change notifications use a polling trigger (List Contacts modified_since cursor); Missive's native webhooks are HMAC-SHA256 signed but can only be created in the app's Rules UI, so they are documented for reference only.

37 eylemler · 1 tetikleyiciler

Missive entegrasyonu — 37 aksiyon ve 1 tetikleyici ile Missive'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Users, Get User, List Organizations, Get Organization, List Teams. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 1

Missive üzerinde bir iş akışını başlatabilen olaylar.

polling

New or updated Missive contacts (polled)

Polls GET /contacts with contact_book set and a modified_since watermark (order=last_modified). Dedupe by contact id; advance the cursor by the newest modified_at. Set include_deleted=true to also surface deletions.

Eylemler 37

Zervanor'un Missive üzerinde yapabilecekleri.

Conversations8

GET

List Conversations

List conversations filtered by mailbox, shared label, team, or contact (GET /conversations). Reverse-chronological by last_activity_at; page backward with the until timestamp.

GET

Get Conversation

Retrieve a single conversation by id (GET /conversations/{id}).

PATCH

Update Conversation

Update a conversation's state — close, reopen, assign, label, snooze, etc. (PATCH /conversations/{id}).

POST

Merge Conversation

Merge a source conversation into a target conversation (POST /conversations/{id}/merge).

GET

List Conversation Messages

List the messages in a conversation (GET /conversations/{id}/messages).

GET

List Conversation Comments

List the internal comments in a conversation (GET /conversations/{id}/comments).

GET

List Conversation Drafts

List the draft messages in a conversation (GET /conversations/{id}/drafts).

GET

List Conversation Posts

List the posts (integration/notification entries) in a conversation (GET /conversations/{id}/posts).

Contacts5

GET

List Contacts

List contacts in a contact book with search and incremental filtering (GET /contacts). The modified_since timestamp cursor enables polling for new/updated contacts.

GET

Get Contact

Get a single contact by id (GET /contacts/{id}).

POST

Create Contacts

Create one or more contacts in a contact book (POST /contacts).

PATCH

Update Contact

Update a contact by id (PATCH /contacts/{id}).

DELETE

Delete Contact

Delete a contact by id (DELETE /contacts/{id}).

Responses4

GET

List Responses

List canned responses (GET /responses).

POST

Create Response

Create a canned response (POST /responses).

PATCH

Update Response

Update a canned response (PATCH /responses/{id}).

DELETE

Delete Response

Delete a canned response (DELETE /responses/{id}).

Shared Labels3

GET

List Shared Labels

List shared labels (GET /shared_labels). Filter by organization.

POST

Create Shared Label

Create a shared label (POST /shared_labels).

PATCH

Update Shared Label

Update a shared label (PATCH /shared_labels/{id}).

Teams3

GET

List Teams

List teams (GET /teams). Filter by organization.

POST

Create Team

Create a team (POST /teams).

PATCH

Update Team

Update a team (PATCH /teams/{id}).

Analytics2

POST

Create Analytics Report

Request an analytics report; generated asynchronously (POST /analytics/reports).

GET

Get Analytics Report

Retrieve a completed analytics report by id (GET /analytics/reports/{id}).

Drafts2

POST

Create Draft

Create a draft message — email, SMS, or WhatsApp (POST /drafts). Set send=true to send it immediately.

DELETE

Delete Draft

Delete a draft message (DELETE /drafts/{id}).

Messages2

GET

Get Message

Retrieve a single message by id, including body and attachments (GET /messages/{id}).

POST

Create Message

Create an incoming message in a custom channel (POST /messages). Use to inject inbound messages (e.g. from a bespoke integration) into a Missive custom-channel account.

Organizations2

GET

List Organizations

List organizations accessible to the token (GET /organizations).

GET

Get Organization

Get a single organization by id (GET /organizations/{id}).

Users2

GET

List Users

List users in the Missive organizations the token can access (GET /users). Safe identity / connectivity probe.

GET

Get User

Get a single user by id (GET /users/{id}).

Comments1

POST

Create Comment

Add an internal comment to a conversation (POST /comments). Comments are team-only notes; supports @mentions and optional tasks.

Contact Books1

GET

List Contact Books

List the contact books accessible to the user (GET /contact_books).

Contact Groups1

GET

List Contact Groups

List groups or organizations within a contact book (GET /contact_groups).

Posts1

POST

Create Post

Post a message into a conversation — typically an integration notification or activity entry (POST /posts). Supports plain text, markdown, and rich notification blocks.

Missive kullanan Çözüm Şablonları

Missive ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

Missive ile neler otomatikleştirebilirim?

37 aksiyon var — örneğin: List Users, Get User, List Organizations, Get Organization, List Teams ve daha fazlası.

Hangi Missive olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New or updated Missive contacts (polled).

Missive bir AI agent aracı olarak kullanılabilir mi?

Evet. Missive'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

Missive entegrasyonu nasıl modellenir?

Missive sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.