App
Pneumatic
Pneumatic is first workflow service created especially for small teams.
What your agent can do with Pneumatic
Triggers and actions 4 triggers · 6 actions
- TriggerTask Completed
Triggers when some task is completed.
- TriggerTask Returned
Triggers when a process is returned to this task.
- TriggerWorkflow Completed
Triggers when a workflow is completed.
- TriggerWorkflow Started
Triggers when a new workflow is started.
- ActionGet Task
Get a single task by id. GET https://api.pneumatic.app/tasks/{task_id}.
- ActionGet Template
Get a specific workflow template by id. GET https://api.pneumatic.app/templates/{template_id}.
- ActionList Templates
List all workflow templates in the account. GET https://api.pneumatic.app/templates, supports ordering/limit/offset query params.
- ActionList Users
List users in the account. GET https://api.pneumatic.app/users.
- ActionRun Workflow
Run a New Workflow
- ActionUpdate Task
Complete a task. POST https://api.pneumatic.app/tasks/{task_id}/complete (marks the task done and advances the workflow).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Pneumatic API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.