← Tools Reference

Process Street

Process Street integration (Productivity). Imported from open-connector.

API key10 toolshttps://public-api.process.st/api/v1.1
GET
process_street_list_workflows
List Process Street workflows with optional name filtering and cursor pagination.

/workflows

2 parameters
ParamTypeRequiredDescription
namestringoptionalA case-insensitive partial workflow name search.
cursorstringoptionalThe opaque pagination cursor returned by Process Street links. Omit it on the f…
GET
process_street_get_workflow
Get one Process Street workflow by workflow ID.

/workflows/{workflowId}

1 parameter
ParamTypeRequiredDescription
workflowIdstringrequiredThe Process Street opaque resource ID.
POST
process_street_create_workflow_run
Create one Process Street workflow run from an existing workflow.

/workflow-runs

5 parameters
ParamTypeRequiredDescription
workflowIdstringrequiredThe Process Street opaque resource ID.
namestringoptionalThe new workflow run display name.
dueDatestringoptionalThe optional ISO-8601 UTC due date for the new workflow run.
sharedbooleanoptionalWhether the new workflow run should be shared.
referenceIdstringoptionalThe optional idempotency-friendly workflow run reference identifier.
GET
process_street_list_workflow_runs
List Process Street workflow runs with optional workflow, status, and cursor filters.

/workflow-runs

3 parameters
ParamTypeRequiredDescription
workflowIdstringoptionalThe Process Street opaque resource ID.
statusarrayoptionalThe workflow run statuses to include.
cursorstringoptionalThe opaque pagination cursor returned by Process Street links. Omit it on the f…
GET
process_street_get_workflow_run
Get one Process Street workflow run by workflow run ID.

/workflow-runs/{workflowRunId}

1 parameter
ParamTypeRequiredDescription
workflowRunIdstringrequiredThe Process Street opaque resource ID.
GET
process_street_list_workflow_tasks
List Process Street tasks for one workflow run.

/workflow-runs/{workflowRunId}/tasks

2 parameters
ParamTypeRequiredDescription
workflowRunIdstringrequiredThe Process Street opaque resource ID.
cursorstringoptionalThe opaque pagination cursor returned by Process Street links. Omit it on the f…
PUT
process_street_update_workflow_task
Update one Process Street workflow task status and optional due date by workflow run ID and task ID.

/workflow-runs/{workflowRunId}/tasks/{taskId}

4 parameters
ParamTypeRequiredDescription
workflowRunIdstringrequiredThe Process Street opaque resource ID.
taskIdstringrequiredThe Process Street opaque resource ID.
statusstringrequiredThe workflow task completion status to write.
dueDatestringoptionalThe optional ISO-8601 UTC due date to assign to the task.
GET
process_street_list_workflow_form_fields
List Process Street workflow form field definitions for one workflow.

/workflows/{workflowId}/form-fields

2 parameters
ParamTypeRequiredDescription
workflowIdstringrequiredThe Process Street opaque resource ID.
cursorstringoptionalThe opaque pagination cursor returned by Process Street links. Omit it on the f…
GET
process_street_list_workflow_run_form_fields
List Process Street workflow run form field values for one workflow run.

/workflow-runs/{workflowRunId}/form-fields

2 parameters
ParamTypeRequiredDescription
workflowRunIdstringrequiredThe Process Street opaque resource ID.
cursorstringoptionalThe opaque pagination cursor returned by Process Street links. Omit it on the f…
POST
process_street_update_workflow_run_form_fields
Batch update Process Street workflow run form field values for one workflow run.

/workflow-runs/{workflowRunId}/form-fields

2 parameters
ParamTypeRequiredDescription
workflowRunIdstringrequiredThe Process Street opaque resource ID.
fieldsarrayoptionalThe Process Street form field update entries to write.