Training
Send training completion email with certificate
Checks if the member has completed all training videos. If so, sends an email with the training certificate attached.
post/v1/training/send-completion-email
Request body
Example request
{
"memberId": "mem_abc123",
"organizationId": "org_abc123"
}Response
Email sent or reason why it was not sent
Example response
{
"sent": true,
"reason": "training_not_complete"
}