curl --request POST \
--url https://api.kadoa.com/v4/support/issues \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"category": "bug",
"description": "<string>",
"priority": 0,
"files": [
{
"name": "<string>",
"url": "<string>",
"type": "<string>",
"size": 123
}
],
"workflowId": "<string>",
"dataChangeId": "<string>",
"subcategory": "wrong_data"
}
'{
"success": true,
"issueIdentifier": "<string>"
}Create a new support ticket linked to a workflow or data change
curl --request POST \
--url https://api.kadoa.com/v4/support/issues \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"title": "<string>",
"category": "bug",
"description": "<string>",
"priority": 0,
"files": [
{
"name": "<string>",
"url": "<string>",
"type": "<string>",
"size": 123
}
],
"workflowId": "<string>",
"dataChangeId": "<string>",
"subcategory": "wrong_data"
}
'{
"success": true,
"issueIdentifier": "<string>"
}API key for authentication
Issue title
bug, feature, workflow_issue, integration, billing, data_diff 0, 1, 2, 3, 4 File attachments to include with the issue. Each file must already be hosted at a publicly accessible URL.
Show child attributes
Optional workflow ID to link the issue
ID of a data change from the Data Changes API (GET /v4/changes). Links the support issue to a specific data diff so the team can review the exact change being reported. Only relevant when category is data_diff.
Optional subcategory for workflow or integration issues
wrong_data, missing_fields, wrong_website, scraper_broken, other, integration_slack, integration_snowflake, integration_cloud_storage, integration_sdk, integration_other