Configure Slack integration settings for your team
Customer channel
Internal helpdesk
Triage channel
Alerts and automations
New messages in channel
Thread messages
Multiple conversations
Cross-thread scenarios
/ticket
command in your Slack workspace. This allows team members to manually create tickets using a structured command interface.
High priority ticket triage
Critical account health triage
Complex routing example
/v1/slack/settings/teams/{teamId}
GET
Headers:
/v1/slack/settings/teams/{teamId}
PUT
Update the configuration settings for a specific Slack team.
/v1/slack/triage/{teamId}
GET
Retrieve all triage rules configured for your workspace.
Headers:
/v1/slack/triage/{teamId}
POST
Create a new triage rule with specified conditions and target channels.
Headers:
/v1/slack/triage/{ruleId}
PATCH
Update an existing triage rule. The request body follows the same format as the create endpoint.
Headers:
/v1/slack/triage/{ruleId}
DELETE
Delete an existing triage rule.
Headers:
/v1/slack/settings/teams/{teamId}/groups
GET
Retrieve all available Slack user groups in your workspace.
Headers:
/v1/slack/settings/teams/{teamId}/groups/mapped
GET
Retrieve all Slack groups that are currently mapped to Thena sub-teams.
Headers:
/v1/slack/settings/teams/{teamId}/groups
PATCH
Create a mapping between a Slack user group and a Thena sub-team.
Headers:
/v1/slack/channel
GET
Query parameters:
/v1/slack/teams/map-channels
POST
Request body:
/v1/prompts
GET
Retrieve all AI prompts configured for your organization.
Headers:
/v1/prompts/{promptId}
GET
Retrieve a specific prompt configuration.
Headers:
/v1/prompts
POST
Create a new set of AI prompts.
Headers:
/v1/prompts/{promptId}
PUT
Update an existing prompt configuration.
Headers:
/v1/prompts/{promptId}
DELETE
Soft delete a prompt configuration.
Headers: