Buffer
Aynı zamanda bir ajan aracı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.
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 Profile
Get details of a single social media profile (GET /profiles/{id}.json).
Get Profile Schedules
Get the posting schedules for a profile (GET /profiles/{id}/schedules.json).
Update Profile Schedules
Set the posting schedules for a profile (POST /profiles/{id}/schedules/update.json). Body is form-encoded schedules[].
List Pending Updates
List a profile's pending (queued) updates (GET /profiles/{id}/updates/pending.json). Page/count paging.
List Sent Updates
List a profile's sent (published) updates (GET /profiles/{id}/updates/sent.json). Page/count paging. Recommended polling trigger source.
Reorder Updates
Reorder a profile's pending updates (POST /profiles/{id}/updates/reorder.json).
Shuffle Updates
Randomly shuffle the order of a profile's pending updates (POST /profiles/{id}/updates/shuffle.json).
Updates7
Create Update
Create one or more updates (posts) for one or more profiles (POST /updates/create.json).
Get Update
Get a single update by id (GET /updates/{id}.json).
Get Update Interactions
Get the interactions (likes, comments, reshares) an update has received (GET /updates/{id}/interactions.json). Page/count paging.
Edit Update
Edit an existing, not-yet-sent update (POST /updates/{id}/update.json).
Share Update Now
Immediately share a pending update, bypassing the queue schedule (POST /updates/{id}/share.json).
Destroy Update
Permanently delete an update (POST /updates/{id}/destroy.json).
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 Configuration
Get Buffer's configuration data — supported services, link-shortening options, and limits (GET /info/configuration.json).
Links1
Get Link Share Count
Get the number of shares a URL has received through Buffer (GET /links/shares.json).
Profiles.Json1
List Profiles
List the social media profiles connected to the authenticated account (GET /profiles.json).
User.Json1
Get Authenticated User
Get the single authenticated user (GET /user.json). Identity + connectivity probe.
Aramanızla eşleşen bir şey yok.
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.