Omnisend
Aynı zamanda bir ajan aracıOmnisend email & SMS marketing: sync contacts, run campaigns, push carts/orders/products/categories, trigger custom events, and bulk-import via batches.
40 eylemler · 2 tetikleyiciler
Omnisend entegrasyonu — 40 aksiyon ve 2 tetikleyici ile Omnisend'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Contacts, Create or Update Contact, Get Contact, Update Contact, Update Contact by Email. 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 2
Omnisend üzerinde bir iş akışını başlatabilen olaylar.
New or updated Omnisend contacts (polled)
Polls GET /contacts on a schedule with an updatedAtFrom watermark; dedupe by contactID.
New Omnisend orders (polled)
Polls GET /orders on a schedule paging by offset; dedupe by orderID.
Eylemler 40
Zervanor'un Omnisend üzerinde yapabilecekleri.
Carts9
List Carts
List carts (GET /carts). Offset pagination.
Create Cart
Create a new cart, typically to power abandoned-cart automations (POST /carts).
Get Cart
Get a cart by id (GET /carts/{cartID}).
Update Cart
Update a cart's info or products (PATCH /carts/{cartID}).
Delete Cart
Delete a cart by id (DELETE /carts/{cartID}).
Add Product to Cart
Add a line item (product) to a cart (POST /carts/{cartID}/products).
Replace Cart Product
Replace an existing cart line item — change product, quantity, or price (PUT /carts/{cartID}/products/{cartProductID}).
Update Cart Product
Partially update an existing cart line item (PATCH /carts/{cartID}/products/{cartProductID}).
Remove Cart Product
Remove a line item from a cart (DELETE /carts/{cartID}/products/{cartProductID}).
Contacts7
List Contacts
List contacts, optionally filtered by email, phone, status, tag, segment, or update time (GET /contacts). Offset pagination. Recommended polling action for new/updated contacts.
Create or Update Contact
Create a new contact or update an existing one, matched by identifiers (POST /contacts).
Get Contact
Get a single contact by its Omnisend contact id (GET /contacts/{contactID}).
Update Contact
Update an existing contact by its Omnisend contact id (PATCH /contacts/{contactID}).
Update Contact by Email
Update an existing contact identified by email (PATCH /contacts).
Add Contact Tags
Batch-add tags to contacts (POST /contacts/tags).
Remove Contact Tags
Batch-remove tags from contacts (DELETE /contacts/tags).
Products6
List Products
List products in the catalog (GET /products). Offset pagination.
Create Product
Add a product to the catalog (POST /products).
Get Product
Get a single product by id (GET /products/{productID}).
Replace Product
Replace a product's full definition (PUT /products/{productID}).
Update Product
Partially update a product (PATCH /products/{productID}).
Delete Product
Delete a product from the catalog (DELETE /products/{productID}).
Categories5
List Categories
List product categories (GET /categories). Offset pagination.
Create Category
Create a product category (POST /categories).
Get Category
Get a single product category by id (GET /categories/{categoryID}).
Update Category
Update a product category (PUT /categories/{categoryID}).
Delete Category
Delete a product category by id (DELETE /categories/{categoryID}).
Batches4
List Batches
List bulk-import batches for a given endpoint (GET /batches). Offset pagination.
Create Batch
Create a bulk-import batch of contacts, products, or events (POST /batches).
Get Batch
Get a batch's status and summary (GET /batches/{batchID}).
Get Batch Items
Get the per-item results of a batch (GET /batches/{batchID}/items).
Campaigns4
List Campaigns
List campaigns, optionally filtered by status or type (GET /campaigns). Offset pagination.
Create Campaign
Create a new campaign (POST /campaigns).
Get Campaign
Get a single campaign by id (GET /campaigns/{campaignID}).
Send Campaign
Send (dispatch) a campaign (POST /campaigns/{campaignID}/send). No request body.
Orders4
List Orders
List orders, optionally filtered by contact/cart/date/status (GET /orders). Offset pagination. Recommended polling action for new/updated orders.
Create Order
Create a new order (POST /orders). One of email, phone, or contactID is required to attach the order to a contact.
Get Order
Get a single order by id (GET /orders/{orderID}).
Update Order
Update an order's status or fields (PATCH /orders/{orderID}).
Events1
Trigger Custom Event
Send a customer event to trigger automations; the contact is created or updated from the event data (POST /events).
Aramanızla eşleşen bir şey yok.
Omnisend kullanan Çözüm Şablonları
Omnisend ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Omnisend ile neler otomatikleştirebilirim?
40 aksiyon var — örneğin: List Contacts, Create or Update Contact, Get Contact, Update Contact, Update Contact by Email ve daha fazlası.
Hangi Omnisend olayları bir workflow başlatabilir?
2 tetikleyici — örneğin: New or updated Omnisend contacts (polled), New Omnisend orders (polled).
Omnisend bir AI agent aracı olarak kullanılabilir mi?
Evet. Omnisend'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Omnisend entegrasyonu nasıl modellenir?
Omnisend 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.