Workflow API
The Workflow API is used to manage and trigger automated workflows in SmartTable.
Get Workflow List
http
GET /api/v1/workflowsCreate Workflow
http
POST /api/v1/workflowsRequest Body:
json
{
"name": "Task Status Change Notification",
"table_id": "tbl_123456",
"trigger": {
"type": "record_updated",
"config": {}
},
"nodes": []
}Trigger Workflow
http
POST /api/v1/workflows/{workflow_id}/triggerGet Execution Logs
http
GET /api/v1/workflows/{workflow_id}/logs