Omnisend entegrasyonu | Zervanor
← Tüm konnektörler

Omnisend

Aynı zamanda bir ajan aracı
marketing

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.

polling

New or updated Omnisend contacts (polled)

Polls GET /contacts on a schedule with an updatedAtFrom watermark; dedupe by contactID.

polling

New Omnisend orders (polled)

Polls GET /orders on a schedule paging by offset; dedupe by orderID.

Eylemler 40

Zervanor'un Omnisend üzerinde yapabilecekleri.

Carts9

GET

List Carts

List carts (GET /carts). Offset pagination.

POST

Create Cart

Create a new cart, typically to power abandoned-cart automations (POST /carts).

GET

Get Cart

Get a cart by id (GET /carts/{cartID}).

PATCH

Update Cart

Update a cart's info or products (PATCH /carts/{cartID}).

DELETE

Delete Cart

Delete a cart by id (DELETE /carts/{cartID}).

POST

Add Product to Cart

Add a line item (product) to a cart (POST /carts/{cartID}/products).

PUT

Replace Cart Product

Replace an existing cart line item — change product, quantity, or price (PUT /carts/{cartID}/products/{cartProductID}).

PATCH

Update Cart Product

Partially update an existing cart line item (PATCH /carts/{cartID}/products/{cartProductID}).

DELETE

Remove Cart Product

Remove a line item from a cart (DELETE /carts/{cartID}/products/{cartProductID}).

Contacts7

GET

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.

POST

Create or Update Contact

Create a new contact or update an existing one, matched by identifiers (POST /contacts).

GET

Get Contact

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

PATCH

Update Contact

Update an existing contact by its Omnisend contact id (PATCH /contacts/{contactID}).

PATCH

Update Contact by Email

Update an existing contact identified by email (PATCH /contacts).

POST

Add Contact Tags

Batch-add tags to contacts (POST /contacts/tags).

DELETE

Remove Contact Tags

Batch-remove tags from contacts (DELETE /contacts/tags).

Products6

GET

List Products

List products in the catalog (GET /products). Offset pagination.

POST

Create Product

Add a product to the catalog (POST /products).

GET

Get Product

Get a single product by id (GET /products/{productID}).

PUT

Replace Product

Replace a product's full definition (PUT /products/{productID}).

PATCH

Update Product

Partially update a product (PATCH /products/{productID}).

DELETE

Delete Product

Delete a product from the catalog (DELETE /products/{productID}).

Categories5

GET

List Categories

List product categories (GET /categories). Offset pagination.

POST

Create Category

Create a product category (POST /categories).

GET

Get Category

Get a single product category by id (GET /categories/{categoryID}).

PUT

Update Category

Update a product category (PUT /categories/{categoryID}).

DELETE

Delete Category

Delete a product category by id (DELETE /categories/{categoryID}).

Batches4

GET

List Batches

List bulk-import batches for a given endpoint (GET /batches). Offset pagination.

POST

Create Batch

Create a bulk-import batch of contacts, products, or events (POST /batches).

GET

Get Batch

Get a batch's status and summary (GET /batches/{batchID}).

GET

Get Batch Items

Get the per-item results of a batch (GET /batches/{batchID}/items).

Campaigns4

GET

List Campaigns

List campaigns, optionally filtered by status or type (GET /campaigns). Offset pagination.

POST

Create Campaign

Create a new campaign (POST /campaigns).

GET

Get Campaign

Get a single campaign by id (GET /campaigns/{campaignID}).

POST

Send Campaign

Send (dispatch) a campaign (POST /campaigns/{campaignID}/send). No request body.

Orders4

GET

List Orders

List orders, optionally filtered by contact/cart/date/status (GET /orders). Offset pagination. Recommended polling action for new/updated orders.

POST

Create Order

Create a new order (POST /orders). One of email, phone, or contactID is required to attach the order to a contact.

GET

Get Order

Get a single order by id (GET /orders/{orderID}).

PATCH

Update Order

Update an order's status or fields (PATCH /orders/{orderID}).

Events1

POST

Trigger Custom Event

Send a customer event to trigger automations; the contact is created or updated from the event data (POST /events).

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.