/
eTrainu - Assign Participant to Course

eTrainu - Assign Participant to Course

https://documenter.getpostman.com/view/1690214/Tzz5ue8i#fdd00c9c-13bd-4a7a-ae45-19fca5b20593

When a Contact is assigned to a Training Course in Salesforce via Contact_Training_Course__c then assign them to the course in eTrainu.


SAMPLE REQUEST

curl --location 'https://api.etrainu.com/lms/v2/courses/assign' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'TOKEN: 745EA801-8DE0-408C-B9DE-E1A0FD970979' \ --data '{ "courseId": "C06ACB55-E6F4-446A-A26B-212EE48D3B6D", "participantId": "2BCC8FDE-4B1D-4585-9222-08A72637CA7C", "notifyParticipants": false }'

MAPPING

ETRAINU

SALESFORCE

NOTES

ETRAINU

SALESFORCE

NOTES

courseId

Training_Course__r.External_ID__c

 

participantId

Contact__r.Etrainu_ID__c

 

notifyParticipants

 

Always false

Related content

eTrainu - Assign Participant to Course
eTrainu - Assign Participant to Course
More like this
eTrainu - Retrieve Course List
eTrainu - Retrieve Course List
More like this
eTrainu - Status Report
eTrainu - Status Report
More like this
eTrainu - Create Participant
eTrainu - Create Participant
More like this