Skip to content
Talk to an Engineer Dashboard

Jiminny

Connect with Jiminny to access call recordings, transcripts, coaching insights, and conversation intelligence data.

Connect with Jiminny to access call recordings, transcripts, coaching insights, and conversation intelligence data.

Jiminny logo

Supports authentication: Bearer Token

Register your Jiminny API key with Scalekit so it can authenticate requests to Jiminny’s conversation intelligence API on your behalf. You’ll need an API key from your Jiminny organisation settings.

  1. Generate an API key in Jiminny

    • Sign in to Jiminny and navigate to Organisation SettingsGeneral.

    • Scroll to the API Key section and click Generate API Key.

    • Click Copy to copy the key to your clipboard. Store it securely — you can regenerate it later, but doing so invalidates the previous key and breaks existing integrations.

  2. Create a connection in Scalekit

    In Scalekit dashboard, go to Agent AuthCreate Connection. Find Jiminny and click Create.

  3. Add a connected account

    Open the connection you just created and click the Connected Accounts tab → Add account. Fill in the required fields:

    • Your User’s ID — a unique identifier for the user in your system
    • Bearer Token — the API key you copied in step 1

    Click Save.

Retrieve the AI-generated action items for a given activity, returning a list of follow-up tasks identified from the conversation.

NameTypeRequiredDescription
activityIdstringYesThe UUID of the activity to retrieve action items for.

Retrieve completed and processed call and meeting activities with optional date range, update date range, status, and page filters. The time range must be less than six months and you must provide either fromDate/toDate or updatedFrom.

NameTypeRequiredDescription
fromDatestringNoFilter activities that occurred after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate.
pageintegerNoPage number to return (page size is 500 activities). Default is 1.
statusstringNoFilter activities by status: in-progress, completed (for calls/meetings), received, sent, delivered (for SMS/Voice dialer).
toDatestringNoFilter activities that occurred before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date.
updatedFromstringNoFilter activities updated after this UTC date-time (e.g. 2021-11-01 00:00:00). Must be before updatedTo.
updatedTostringNoFilter activities updated before this UTC date-time. Cannot be a future date. Defaults to current time.

Upload a call or meeting recording file to Jiminny for transcription and analysis, returning the new activity ID on success.

NameTypeRequiredDescription
accountIdstringNoAn optional CRM Account ID to associate with this activity (max 100 characters).
completedAtstringNoThe date the activity was completed (format: YYYY-MM-DD).
externalIdstringNoAn optional external identifier for this activity (max 191 characters). Must be unique per host user.
hostUserEmailstringYesThe email address of the host user. Must belong to the authenticated team.
languagestringYesThe language locale of the activity (e.g. en_GB, en_US, fr_FR).
leadIdstringNoAn optional CRM Lead ID to associate with this activity (max 180 characters).
notifyForUploadCompletionByEmailbooleanNoWhether to notify the host user via email when the upload and processing is complete.
opportunityIdstringNoAn optional CRM Opportunity ID to associate with this activity (max 100 characters).
skipFullAnalysisbooleanNoWhether to skip the full AI analysis of the uploaded activity.
titlestringYesThe title of the activity (max 250 characters).

Retrieve automated call scoring records with optional filters by user and date range, returning scores, activity types, and user details.

NameTypeRequiredDescription
fromDatestringNoFilter scoring records created after this UTC date-time (e.g. 2021-10-01 00:00:00).
toDatestringNoFilter scoring records created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date.
userIdstringNoOptional UUID of the user to filter automated call scoring results by.

Retrieve bulk coaching feedback records within a required date range, optionally filtered by coach or coachee, returning scores, activity IDs, and timestamps.

NameTypeRequiredDescription
coachIdstringNoOptional UUID of the coach (manager) to filter coaching feedback by.
coacheeIdstringNoOptional UUID of the coachee (sales rep) to filter coaching feedback by.
fromDatestringYesFilter coaching feedback records created after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate.
toDatestringYesFilter coaching feedback records created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date.

Retrieve activity comment records with optional filters by user and date range, returning comment IDs, activity IDs, user IDs, and creation timestamps.

NameTypeRequiredDescription
fromDatestringNoFilter comments created after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate.
toDatestringNoFilter comments created before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date.
userIdstringNoOptional UUID of the user to filter comments by.

Retrieve listened (played) activity records within a date range, optionally filtered by user, showing who listened to which activities and when.

NameTypeRequiredDescription
fromDatestringYesFilter listened activities that occurred after this UTC date-time (e.g. 2021-10-01 00:00:00). Must be before toDate.
toDatestringYesFilter listened activities that occurred before this UTC date-time (e.g. 2021-11-01 00:00:00). Cannot be a future date.
userIdstringNoOptional UUID of the user to filter listened activities by.

Return the current authenticated Organization details including name, CRM integration, calendar type, and address.

Retrieve questions detected in a specific activity, including their timestamps, speaker participant IDs, text, and whether they are engaging or insightful.

NameTypeRequiredDescription
activityIdstringYesThe UUID of the activity to retrieve detected questions for.

Get the AI-generated conversation summary for a given activity, returning the summary content text.

NameTypeRequiredDescription
activityIdstringYesThe UUID of the activity to retrieve the summary for.

Retrieve all topic triggers configured for the authenticated team, returned as a hierarchy of themes, topics, and trigger keywords.

Retrieve all topic triggers that were matched within a specific activity, including the theme, topic, trigger keyword, timestamps, and matched text excerpt.

NameTypeRequiredDescription
activityIdstringYesThe UUID of the activity to retrieve matched topic triggers for.

Retrieve transcription segments for a given activity, returning an array of timed speech segments with speaker participant IDs.

NameTypeRequiredDescription
activityIdstringYesThe UUID of the activity to retrieve the transcription for.

Retrieve all users belonging to the authenticated team, including their IDs, names, emails, statuses, team names, CRM IDs, and roles.

Create a webhook subscription that sends event payloads to a destination URL when a specified trigger occurs in Jiminny.

NameTypeRequiredDescription
external_idstringNoAn optional external identifier for the webhook (max 191 characters).
triggerstringYesThe event trigger for the webhook. One of: coaching_feedback_completed, conversation_shared, conversation_exported, conversation_processed, conversation_played.
urlstringYesThe destination URL to receive the webhook payload (max 191 characters).

Delete an existing webhook subscription by its UUID.

NameTypeRequiredDescription
idstringYesUUID of the webhook to delete.

Retrieve a sample webhook payload for a given trigger event type to understand the data structure that will be sent.

NameTypeRequiredDescription
triggerstringYesThe webhook trigger event type to get a sample payload for.