You can now create every type of Panorays task directly through the API - without logging into the platform. This lets you automate remediation and follow-up workflows from the tools your team already works in, such as Jira and ServiceNow.
What's New
Four new endpoints let you create:
A task tied to a questionnaire question - follow up on a specific answer.
A task tied to a finding - open remediation against a specific finding.
A general internal task - assigned to an internal user in your company.
A general external task - assigned to a supplier.
Why It Matters
Automate remediation - open tasks automatically when a finding or risky answer appears, with no manual work in Panorays.
Work where your team works - trigger Panorays tasks from Jira, ServiceNow, or your own internal systems.
Full task lifecycle via API - combined with Update Task via API, you can create, assign, and update tasks end to end programmatically.
Powers Panorays Axis - these endpoints are natively supported by the Panorays MCP server, so your AI assistant can create tasks for you too.
How to Use It
Authenticate with your Panorays API key.
Call the relevant task-creation endpoint for the task type you need (question, finding, internal, or external).
Include the task details in the request body - assignee, the related supplier/finding/question, due date, and description.
The task appears in Panorays immediately and follows your normal task workflows.
See the Panorays REST API Documentation for exact endpoint paths, request schemas, and examples.
Good to Know
Tasks created via API behave exactly like tasks created in the platform - they appear in the task manager, send notifications, and can be updated via API or in-app.
This is part of our ongoing effort to make all platform actions available via API.
