eduMe
eduMe is a mobile-based training tool that gives your workforce the knowledge they need to succeed, when they need it, wherever they are.
This integration is maintained by eduMe.
About the integration
The Braze and eduMe integration leverages Braze Connected Content to give your users access to eduMe courses and lessons in your Braze campaigns. Individual and group progress can then be tracked through eduMe reporting functionality.
Prerequisites
| Requirement | Description |
|---|---|
| eduMe account | An eduMe account is required to take advantage of this partnership. |
| eduMe API key | You must request an API key from your eduMe customer success contact. 이 키는 Braze 커넥티드 콘텐츠 통화에서 사용됩니다. |
| eduMe link signing secret | You must request your customer success contact at eduMe to set up a link signing secret for your organization. This secret is used to enable seamless links in Connected Content. 이 비밀을 가지고 아무것도 할 필요가 없습니다. |
| eduMe group and content IDs | These identifiers are needed to set up your Connected Content calls. 이러한 식별자를 얻는 데 도움이 필요하면 EduMe 고객 서비스 담당자에게 문의하세요. |
Integration
Create your Connected Content call
To give a user access to a course, lesson, or eNPS survey, and to track their progress against your internal user ID in eduMe, follow the API call shown in this example:
1
2
3
4
5
6
7
8
9
10
Welcome to my Rickshaw App platform.
Access your onboarding course at:
{% connected_content
https://connect.edume.com/
EDUME-CONTENT-LINK-AND-CONTENT-ID&groupId=5681&externalUserId={{${driver_id}}}
:headers {
"x-api-key": "YOUR-EDUME-API-KEY"
}
%}
- Replace
YOUR-EDUME-API-KEYwith your eduMe API key. - Replace the
EDUME-CONTENT-LINK-AND-CONTENT-IDwith the corresponding content link string and module, lesson, or survey identifier. These identifiers can be found in your eduMe account.- Course:
getCourseLink?moduleId=12087 - Lesson:
getLessonLink?lessonId=25805 - eNPS survey:
getSurveyLink?surveyId=654
- Course:
- 이 링크를 통해 에듀미에 도착한 사용자는 선택한 에듀미 팀 또는 그룹에 추가됩니다. Replace
groupIdwith the relevant team ID or eduMe group ID. 등록이 필요한 코스를 제외하고는 일반적으로 팀 ID를 사용하며, 이 경우 그룹 ID를 사용해야 합니다. - Include an appropriate field to map the
externalUserIdfield to. The example connected content call uses thedriver_id, though your field will likely be different. 이 ID는 EduMe 보고서에서 사용할 수 있으므로 시스템과 상호 연관시킬 수 있습니다. - Lastly, customize and test your message as needed. We recommend you send at least one test message, access the eduMe content, complete the lesson or course, and verify the eduMe analytics are being recorded.
New Stuff!
GitHub 에서 이 페이지를 편집합니다.