Available Actions
ticketsusersorganizationsautomations
Input Schema
{
"type": "object",
"required": [
"ticket"
],
"properties": {
"ticket": {
"type": "object"
}
}
}Output Schema
{
"type": "object",
"properties": {
"audit": {
"type": "object"
},
"ticket": {
"type": "object"
}
}
}Quick Start
API Endpoint
POST /api/execute/zendeskcURL Example
curl -X POST \
https://api.nulayers.com/execute/zendesk \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "tickets"}'