Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 415 Bytes

post-forward-cli-snippets.md

File metadata and controls

32 lines (28 loc) · 415 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc-beta groups threads posts forward post --group-id {group-id} --conversation-thread-id {conversationThread-id} --post-id {post-id} --body '{
\
  "comment": "comment-value",
\
  "toRecipients": [
\
    {
\
      "emailAddress": {
\
        "name": "name-value",
\
        "address": "address-value"
\
      }
\
    }
\
  ]
\
}
\
'