Bufferapp
Connector for the bufferapp API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.bufferapp.com/1 - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
get_info_configuration_mediatypeextension— GET /info/configuration{mediaTypeExtension} — Returns an object with the current configuration that Buffer is using, includingget_links_shares_mediatypeextension— GET /links/shares{mediaTypeExtension} — Returns an object with a the numbers of shares a link has had using Buffer.get_profiles_id_schedules_mediatypeextension— GET /profiles/{id}/schedules{mediaTypeExtension} — Returns details of the posting schedules associated with a social media profile.get_profiles_id_updates_pending_mediatypeextensi— GET /profiles/{id}/updates/pending{mediaTypeExtension} — "Returns an array of updates that are currently in the buffer for an individualget_profiles_id_updates_sent_mediatypeextension— GET /profiles/{id}/updates/sent{mediaTypeExtension} — Returns an array of updates that have been sent from the buffer for an individuaget_profiles_id_mediatypeextension— GET /profiles/{id}{mediaTypeExtension} — Returns details of the single specified social media profile.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_info_configuration_mediatypeextension
# (attach an 'oauth' credential to the task — no inline secrets)