sendCarePlanEmail
Trigger care plan email for given client
Arguments
input
· sendCarePlanEmailInput
· Parameters for sendCarePlanEmail Returns
sendCarePlanEmailPayload
Example
mutation sendCarePlanEmail($input: sendCarePlanEmailInput) { sendCarePlanEmail(input: $input) { carePlan messages }}