Bufferapp
Buffer is a social media management platform for scheduling, publishing, and analyzing social posts.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: get_info_configuration_mediatypeextension, get_links_shares_mediatypeextension, get_profiles_id_schedules_mediatypeextension, get_profiles_id_updates_pending_mediatypeextensi, get_profiles_id_updates_sent_mediatypeextension, get_profiles_id_mediatypeextension |
id |
string | no | — | Path parameter id (required by some operations). |
mediaTypeExtension |
string | no | — | Path parameter mediaTypeExtension (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |