nowcerts_task_getTasks
Retrieve tasks from Nowcerts using customizable filters to manage workflow and track pending activities through the Zapier integration.
Instructions
Get tasks via Zapier endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Input Schema (JSON Schema)
{
"properties": {
"filters": {
"type": "object"
}
},
"type": "object"
}