Skip to content

Latest commit

 

History

History
56 lines (52 loc) · 851 Bytes

File metadata and controls

56 lines (52 loc) · 851 Bytes
description Automatically generated file. DO NOT MODIFY
mgc groups conversations create --group-id {group-id} --body '{
\
    "topic": "Take your wellness days and rest",
\
    "threads": [
\
        {
\
            "posts": [
\
                {
\
                    "body": {
\
                        "contentType": "html",
\
                        "content": "Contoso cares about you: Rest and Recharge"
\
                    },
\
                    "newParticipants": [
\
                        {
\
                            "emailAddress": {
\
                                "name": "Adele Vance",
\
                                "address": "AdeleV@contoso.com"
\
                            }
\
                        }
\
                    ]
\
                }
\
            ]
\
        }
\
    ]
\
}
\
'