Ingest Zendesk Help Center articles as an asset
Path Parameters
The unique identifier of the agent
The tenant identifier
Zendesk ingestion parameters
Zendesk subdomain (e.g. 'mycompany' for mycompany.zendesk.com)
1 <= lengthZendesk account email address
1 <= lengthZendesk API token
1 <= lengthLocale code to filter articles (e.g. 'en-us'). Omit to fetch all locales.
Embedding model key. If omitted, the agent's default model is used.
Asset display name. Defaults to the subdomain if omitted
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string/assets:zendesk" \ -H "Content-Type: application/json" \ -d '{ "subdomain": "string", "email": "string", "token": "string" }'{
"id": "00000000-0000-0000-0000-000000000000",
"agentId": "string",
"name": "string",
"status": 0,
"documentCount": 0,
"createdAt": 0,
"modifiedAt": 0,
"processedAt": 0,
"errorMessage": "string"
}Create a webhook for an asset. When called by an external service, the webhook triggers a targeted RAG update for the changed resources (e.g. the Jira issue or GitHub files that changed). The webhook URL (including the secret key) is returned only on creation — store it securely.
Previous Page
Gets the change history for an agent.
Returns a chronological list of all changes made to the agent, including configuration updates, deployments, and metadata changes.