Skip to content

Latest commit

 

History

History
58 lines (54 loc) · 700 Bytes

File metadata and controls

58 lines (54 loc) · 700 Bytes
description Automatically generated file. DO NOT MODIFY
mgc users messages create --user-id {user-id} --body '{
\
    "subject":"9/8/2018: concert",
\
    "body":{
\
        "contentType":"HTML",
\
        "content":"The group represents Washington."
\
    },
\
    "toRecipients":[
\
        {
\
            "emailAddress":{
\
                "address":"AlexW@contoso.com"
\
            }
\
        }
\
    ],
\
    "internetMessageHeaders":[
\
        {
\
            "name":"x-custom-header-group-name",
\
            "value":"Washington"
\
        },
\
        {
\
            "name":"x-custom-header-group-id",
\
            "value":"WA001"
\
        }
\
    ]
\
}
\
'