Task Automations
Append evidence rows to an existing Google Spreadsheet
Append evidence rows to an existing Google Spreadsheet in Betayum. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.
post/v1/tasks/{taskId}/automations/{automationId}/google-sheets/{spreadsheetId}/append
Path parameters
taskIdstring required
Task ID
automationIdstring required
Automation ID
spreadsheetIdstring required
Google Sheets spreadsheet ID
Request body
Example request
{
"title": "Access Review Log",
"rows": [
[
"projects/my-project",
"compliant",
"2026-07-12T14:00:00Z"
]
]
}