Short answer: You can list sent updates in Buffer by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Buffer List Sent Updates action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Profile ID profile_id | string | Required | Buffer profile ID |
Count count | string | Optional | Max number of updates to return (default 30, max 100) |
{"profile_id": "e.g. 4eb854340acb04e870000010","count": "30"}
{"total": 1,"updates": [{"id": "4eccf2e1512f7e6307000001","text": "Hello world","status": "sent","sent_at": 1712835600,"statistics": {"reach": 0,"clicks": 12,"retweets": 2,"favorites": 3}}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.