Jiminny integration (Data, Marketing). Imported from open-connector.
https://app.jiminny.com/customer/api/v1/me
/getUsers
/getActivities
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | optional | Filter activities that happened on or after this UTC date-time. Use with toDate. |
| toDate | string | optional | Filter activities that happened on or before this UTC date-time. Use with fromD… |
| updatedFrom | string | optional | Filter activities updated on or after this UTC date-time. Use with updatedTo wh… |
| updatedTo | string | optional | Filter activities updated on or before this UTC date-time. Jiminny defaults it … |
| status | string | optional | Filter activities by Jiminny processing status. |
| page | integer | optional | Page number to retrieve. Jiminny pages start at 1. |
| accountId | string | optional | Filter activities by the external CRM account ID scoped to the Jiminny organiza… |
| opportunityId | string | optional | Filter activities by the external CRM opportunity or deal ID scoped to the Jimi… |
/getActivity
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getTranscription
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getSummary
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getActionItems
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getTriggers
/getMatchedTriggers
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getQuestions
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getAiScorecard
| Param | Type | Required | Description |
|---|---|---|---|
| activityId | string | optional | The Jiminny activity UUID to retrieve reporting data for. |
/getAiScorecards
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | required | Start of the UTC date-time range accepted by Jiminny. |
| toDate | string | required | End of the UTC date-time range accepted by Jiminny. |
| page | integer | optional | Page number to retrieve. Jiminny pages start at 1. |
/listens
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | required | Start of the UTC date-time range accepted by Jiminny. |
| toDate | string | required | End of the UTC date-time range accepted by Jiminny. |
| userId | string | optional | Filter listened activity data by Jiminny user UUID. |
/automated-call-scoring
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | Filter results by Jiminny user UUID. |
| fromDate | string | optional | Start of the UTC date-time range accepted by Jiminny. |
| toDate | string | optional | End of the UTC date-time range accepted by Jiminny. |
/comments
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | Filter results by Jiminny user UUID. |
| fromDate | string | optional | Start of the UTC date-time range accepted by Jiminny. |
| toDate | string | optional | End of the UTC date-time range accepted by Jiminny. |
/coaching-feedback
| Param | Type | Required | Description |
|---|---|---|---|
| fromDate | string | required | Start of the UTC date-time range accepted by Jiminny. |
| toDate | string | required | End of the UTC date-time range accepted by Jiminny. |
| coachId | string | optional | Filter coaching feedback by Jiminny coach user UUID. |
| coacheeId | string | optional | Filter coaching feedback by Jiminny coachee user UUID. |