Missive
Aynı zamanda bir ajan aracı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.
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
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 Conversation
Retrieve a single conversation by id (GET /conversations/{id}).
Update Conversation
Update a conversation's state — close, reopen, assign, label, snooze, etc. (PATCH /conversations/{id}).
Merge Conversation
Merge a source conversation into a target conversation (POST /conversations/{id}/merge).
List Conversation Messages
List the messages in a conversation (GET /conversations/{id}/messages).
List Conversation Comments
List the internal comments in a conversation (GET /conversations/{id}/comments).
List Conversation Drafts
List the draft messages in a conversation (GET /conversations/{id}/drafts).
List Conversation Posts
List the posts (integration/notification entries) in a conversation (GET /conversations/{id}/posts).
Contacts5
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 Contact
Get a single contact by id (GET /contacts/{id}).
Create Contacts
Create one or more contacts in a contact book (POST /contacts).
Update Contact
Update a contact by id (PATCH /contacts/{id}).
Delete Contact
Delete a contact by id (DELETE /contacts/{id}).
Responses4
List Responses
List canned responses (GET /responses).
Create Response
Create a canned response (POST /responses).
Update Response
Update a canned response (PATCH /responses/{id}).
Delete Response
Delete a canned response (DELETE /responses/{id}).
Shared Labels3
List Shared Labels
List shared labels (GET /shared_labels). Filter by organization.
Create Shared Label
Create a shared label (POST /shared_labels).
Update Shared Label
Update a shared label (PATCH /shared_labels/{id}).
Teams3
List Teams
List teams (GET /teams). Filter by organization.
Create Team
Create a team (POST /teams).
Update Team
Update a team (PATCH /teams/{id}).
Analytics2
Create Analytics Report
Request an analytics report; generated asynchronously (POST /analytics/reports).
Get Analytics Report
Retrieve a completed analytics report by id (GET /analytics/reports/{id}).
Drafts2
Create Draft
Create a draft message — email, SMS, or WhatsApp (POST /drafts). Set send=true to send it immediately.
Delete Draft
Delete a draft message (DELETE /drafts/{id}).
Messages2
Get Message
Retrieve a single message by id, including body and attachments (GET /messages/{id}).
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
List Organizations
List organizations accessible to the token (GET /organizations).
Get Organization
Get a single organization by id (GET /organizations/{id}).
Users2
List Users
List users in the Missive organizations the token can access (GET /users). Safe identity / connectivity probe.
Get User
Get a single user by id (GET /users/{id}).
Comments1
Create Comment
Add an internal comment to a conversation (POST /comments). Comments are team-only notes; supports @mentions and optional tasks.
Contact Books1
List Contact Books
List the contact books accessible to the user (GET /contact_books).
Contact Groups1
List Contact Groups
List groups or organizations within a contact book (GET /contact_groups).
Posts1
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.
Aramanızla eşleşen bir şey yok.
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.