Tettra · Example Payload

Create Question Request

Knowledge ManagementAITeam CollaborationWikiSlack IntegrationQ&A BotInternal Documentation

Create Question Request is an example object payload from Tettra, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

api_keytitledetailscategory_idsubcategory_idassignees

Example Payload

Raw ↑
{
  "api_key": "your-api-key-here",
  "title": "What is the process for requesting PTO?",
  "details": "<p>I need to understand the steps to submit a PTO request and how far in advance it needs to be submitted.</p>",
  "category_id": 7,
  "subcategory_id": 15,
  "assignees": [42, 99]
}