Workflows
Resume a workflow
Transition from disabled to enabled. Idempotent.
post/workflows/{id}:resume
Response
Workflow resumed.
Example response
{
"id": "01JG2FE5MDVKBPHEG0PEYSDKAC",
"owner": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"smartWalletAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"trigger": {
"config": {
"chainId": 11155111
}
},
"nodes": [
{
"config": {
"destination": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}
}
]
}