Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 477 Bytes

File metadata and controls

40 lines (36 loc) · 477 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users messages create --user-id {user-id} --body '{
\
    "subject":"Did you see last night's game?",
\
    "importance":"Low",
\
    "body":{
\
        "contentType":"HTML",
\
        "content":"They were <b>awesome</b>!"
\
    },
\
    "toRecipients":[
\
        {
\
            "emailAddress":{
\
                "address":"AdeleV@contoso.com"
\
            }
\
        }
\
    ]
\
}
\
'