Jiminny
Læs Jiminny-opkald og mødeaktiviteter, transskriptioner, opsummeringer, coaching-feedback og automatiserede rapporter via Customer API.
Overblik
Forbind Jiminny så AI-klienter kan læse conversation intelligence-data: aktiviteter (opkald og møder), transskriptioner, opsummeringer, action items, coaching-feedback, AI-scorecards, webhooks (liste/sample) og automatiserede rapporter.
Denne integration er skrivebeskyttet. Oprettelse/sletning af webhooks og upload af aktiviteter er ikke inkluderet.
Forudsætninger
- En Jiminny-organisation med API-adgang
- Admin- eller Owner-rolle (kræves for at generere API-nøgler)
- En stackgate.ai-konto
Credentials
- Log ind på Jiminny på den host, der matcher din tenant:
- US: app.jiminny.com
- EU: app.jiminny.eu
- Gå til Organisation Settings → General → API Key.
- Klik Generate API Key (eller Copy hvis der allerede findes en). Behandl nøglen som en hemmelighed.
- I stackgate.ai, åbn Mine integrationer → Jiminny.
- Indsæt API-nøglen, vælg US eller EU så det matcher din tenant, og gem.
Se Jiminny API help-artiklen og OpenAPI-dokumentationen for endpoint-detaljer.
Brug med AI-klienter
- Dedikeret endpoint:
POST /mcp/jiminnymed Sanctum bearer token - Private gateway: én config til alle integrationer — brug
jiminny__*-navngivne værktøjer
Se Dokumentation for HTTP-autentificering og opsætning af private gateway.
Fejlfinding
- 422 integration not configured — udfyld credential-formularen i Mine integrationer med API-nøgle og region.
- 401 Unauthorized — regenerér API-nøglen i Organisation Settings og opdater Mine integrationer. Regenerering ugyldiggør den tidligere nøgle.
- 403 Forbidden — kun Admins/Owners kan oprette nøgler; bekræft din rolle og at regionen matcher din tenant.
- 429 Too many requests — Jiminny rate-limiter
getActivitiesstrammere (~30/min); andre endpoints er højere. Vent og prøv igen med mindre datovinduer. - Tom eller ugyldig aktivitets-liste — angiv et UTC
from_date/to_dateellerupdated_from/updated_to-vindue under seks måneder. - Opsummering eller action items er ikke klar — Jiminny genererer dem muligvis stadig; prøv igen kort efter aktiviteten er færdigbehandlet.
Tilgængelige værktøjer
-
get_organization
Return the authenticated Jiminny organization for the connected API key.
-
list_users
List users in the authenticated Jiminny organization (team is taken from the API key).
-
list_activities
List completed/processed Jiminny activities. Provide either from_date/to_date or updated_from/updated_to (UTC). Date window must be under six months. Page size is 500.
-
get_activity
Get a single completed Jiminny activity by UUID, including participants, CRM data, tracks, and coaching fields.
-
get_transcription
Get transcription segments for a Jiminny activity (who said what, and when).
-
get_summary
Get the transcription summary for a Jiminny activity. May return that the summary is still generating.
-
get_action_items
Get action items extracted from a Jiminny activity.
-
get_questions
Get playback questions associated with a Jiminny activity.
-
list_topic_triggers
List organization topic triggers configured for the authenticated Jiminny team.
-
get_matched_triggers
Get topic triggers that matched on a specific Jiminny activity.
-
get_ai_scorecard
Get AI scorecard results for a single Jiminny activity.
-
list_ai_scorecards
List AI scorecard results completed within a UTC date range (paginated).
-
list_listens
List listened/playback activity for a UTC date range, optionally filtered by user.
-
get_automated_call_scoring
Get automated call scoring data, optionally filtered by user and UTC date range.
-
list_comments
List comments, optionally filtered by user and UTC date range.
-
list_coaching_feedback
List coaching feedback in a UTC date range, optionally filtered by coach or coachee.
-
list_webhooks
List webhooks registered for the authenticated Jiminny organization.
-
get_webhook_sample
Get a sample webhook payload for a given Jiminny trigger type.
-
list_automated_reports
List automated (exec) reports. Page size is 100.
-
get_automated_report
Get a single automated report by UUID.
-
get_automated_report_status
Get the generation status of an automated report.
-
download_automated_report
Get a short-lived presigned download URL for an automated report artifact (PDF or audio). Does not stream the file bytes.
MCP-endpoint:
https://stackgate.ai/mcp/jiminny
(HTTP) eller via
private gateway.