Buffer entegrasyonu | Zervanor
← Tüm konnektörler

Buffer

Aynı zamanda bir ajan aracı
marketing

Buffer classic API v1: read the authenticated user, list and manage social profiles and their posting schedules, read pending and sent updates (posts) per profile, create/edit/share/reorder/shuffle/destroy updates, look up link share counts, and read account configuration. Bearer access-token (OAuth2) auth against https://api.bufferapp.com/1 with .json-suffixed paths. Change notifications use polling of a profile's sent updates (page/count offset). NOTE: Buffer's classic v1 public API is legacy — closed to new OAuth applications; this pack models the documented v1 surface only.

18 eylemler · 1 tetikleyiciler

Buffer entegrasyonu — 18 aksiyon ve 1 tetikleyici ile Buffer'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Authenticated User, List Profiles, Get Profile, Get Profile Schedules, Update Profile Schedules. 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

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

polling

New sent Buffer posts (polled)

Polls GET /profiles/{id}/updates/sent.json on a schedule, paging by page/count. Dedupe by update id; advance by sent_at.

Eylemler 18

Zervanor'un Buffer üzerinde yapabilecekleri.

Profiles7

GET

Get Profile

Get details of a single social media profile (GET /profiles/{id}.json).

GET

Get Profile Schedules

Get the posting schedules for a profile (GET /profiles/{id}/schedules.json).

POST

Update Profile Schedules

Set the posting schedules for a profile (POST /profiles/{id}/schedules/update.json). Body is form-encoded schedules[].

GET

List Pending Updates

List a profile's pending (queued) updates (GET /profiles/{id}/updates/pending.json). Page/count paging.

GET

List Sent Updates

List a profile's sent (published) updates (GET /profiles/{id}/updates/sent.json). Page/count paging. Recommended polling trigger source.

POST

Reorder Updates

Reorder a profile's pending updates (POST /profiles/{id}/updates/reorder.json).

POST

Shuffle Updates

Randomly shuffle the order of a profile's pending updates (POST /profiles/{id}/updates/shuffle.json).

Updates7

POST

Create Update

Create one or more updates (posts) for one or more profiles (POST /updates/create.json).

GET

Get Update

Get a single update by id (GET /updates/{id}.json).

GET

Get Update Interactions

Get the interactions (likes, comments, reshares) an update has received (GET /updates/{id}/interactions.json). Page/count paging.

POST

Edit Update

Edit an existing, not-yet-sent update (POST /updates/{id}/update.json).

POST

Share Update Now

Immediately share a pending update, bypassing the queue schedule (POST /updates/{id}/share.json).

POST

Destroy Update

Permanently delete an update (POST /updates/{id}/destroy.json).

POST

Move Update To Top

Move an update to the top (next) position of its profile's queue (POST /updates/{id}/move_to_top.json).

Info1

GET

Get Configuration

Get Buffer's configuration data — supported services, link-shortening options, and limits (GET /info/configuration.json).

Links1

GET

Get Link Share Count

Get the number of shares a URL has received through Buffer (GET /links/shares.json).

Profiles.Json1

GET

List Profiles

List the social media profiles connected to the authenticated account (GET /profiles.json).

User.Json1

GET

Get Authenticated User

Get the single authenticated user (GET /user.json). Identity + connectivity probe.

Buffer kullanan Çözüm Şablonları

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

Sıkça sorulan sorular

Buffer ile neler otomatikleştirebilirim?

18 aksiyon var — örneğin: Get Authenticated User, List Profiles, Get Profile, Get Profile Schedules, Update Profile Schedules ve daha fazlası.

Hangi Buffer olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New sent Buffer posts (polled).

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

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

Buffer entegrasyonu nasıl modellenir?

Buffer 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.