> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# EduMe

# Introduction

eduMe is a mobile-based training tool that gives your workforce the knowledge they need to succeed, when they need it, wherever they are.

# MoEngage × eduMe

The MoEngage and eduMe integration allow you to give your users access to eduMe courses and lessons in your MoEngage campaigns. Individual and group progress can then be tracked through eduMe reporting functionality.

## Use Case

You can want send an onboarding email campaign to the users with the details on their specific onboarding course. For example-

<img src="https://mintcdn.com/moengage/0EdW-QMnfbsLxXT2/images/partner_7269931479956.png?fit=max&auto=format&n=0EdW-QMnfbsLxXT2&q=85&s=d942752a40963ed5b52ab92a5792e65d" alt="Screenshot_2022-06-24_at_2.13.51_AM.png" width="834" height="770" data-path="images/partner_7269931479956.png" />

# Integration

With the integration, you can give a user access to a course, lesson, or eNPS survey, and to track their progress against your internal user ID in eduMe.

The following EduMe functionalities are supported:

1. Course
2. Lesson
3. NPS survey

<Info>
  * Ensure you have a eduMe account.
  * Ensure that you have your eduMe API key. You must request an API key from your eduMe customer success contact.
  * Ensure that you have your 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 Content APIs. You will not have to do anything with this secret.
  * Ensure that you have your eduMe group and content IDs. These identifiers are needed to set up your Content APIs. Reach out to your eduMe customer service contact for help obtaining these identifiers.
</Info>

## Step 1: Define EduMe content API on MoEngage

Use [MoEngage content APIs](/docs/user-guide/campaigns-and-channels/getting-started/campaign-content/content-apis#using-content-apis-in-moengage) to add EduMe as one of your endpoints.

1. On your MoEngage dashboard, Navigate to **Settings** > **Advanced settings** > **Content API**. Click **+ Add content API** at the top right corner of the Content API screen.

<img src="https://mintcdn.com/moengage/7iGV38YjgdBKSU0B/images/partner_21979679599764.png?fit=max&auto=format&n=7iGV38YjgdBKSU0B&q=85&s=0222bfc2ae23bfe332c04b40173ddf41" alt="ContentAPI_Navogation.png" width="2706" height="1344" data-path="images/partner_21979679599764.png" />

2. Add

* API URL `https://connect.edume.com/<eduME_content_link_and_content_details>`

Replace the *eduME\_content\_link\_and\_content\_details* with courses/lessons/eNPS survey based on your use-case.

* Headers\
  x-api-key : \<Your API Key>
* Parameters\
  groupId : \<the group id>\
  externalUserId : `{{UserAttribute['driverId']}}`
  <Note>
    * The identifiers for courses/lessons/surveys/groups can be found in your eduMe account.
    * Include an appropriate field to map the `externalUserId` field to. The example in the screenshot above uses the driver\_id, though your field will likely be different. This ID will be available in eduMe reports, allowing you to correlate them with your systems
  </Note>

<img src="https://mintcdn.com/moengage/0EdW-QMnfbsLxXT2/images/partner_7270105440276.png?fit=max&auto=format&n=0EdW-QMnfbsLxXT2&q=85&s=ef8cbfa9e617beb1ec6494fd2f17327e" alt="Screenshot_2022-06-24_at_2.20.05_AM.png" width="1460" height="1052" data-path="images/partner_7270105440276.png" />

<Note>
  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.
</Note>

## Step 2: Using EduMe's content in MoEngage campaigns

You can now use these content APIs in your campaigns. [Read here](/docs/user-guide/campaigns-and-channels/getting-started/campaign-content/content-apis) to know more

1. On step 2 on your campaign creation, enter @.
2. In the pop up, you can select the Content API configured in Step 2.

<img src="https://mintcdn.com/moengage/0EdW-QMnfbsLxXT2/images/partner_7269789234836.png?fit=max&auto=format&n=0EdW-QMnfbsLxXT2&q=85&s=5bf113d16719d6486a74ce2dff5317e3" alt="Screenshot_2022-06-24_at_2.07.52_AM.png" width="1378" height="1104" data-path="images/partner_7269789234836.png" />

3. You can use MoEngage templating language to parse through the API response and use the content in your campaigns. Read about the [EduMe's API responses here](https://edume.docs.apiary.io/#).
