Tool to create a new conversation (message) between users in Canvas via GraphQL. Use when initiating a new conversation thread with specified recipients.
bodyRequiredstringThe content of the message to be sent in the conversation.
subjectstringThe subject line of the conversation. Maximum length is 255 characters.
recipientsRequiredarrayArray of recipient user IDs as strings. These are the users who will receive the conversation message.
context_codestringThe course or group ID that provides context for this conversation (e.g., 'course_123', 'group_456').
attachment_idsarrayArray of attachment IDs to include with the conversation. These are IDs of files previously uploaded.
conversation_idstringID of an existing conversation to reply to. If provided, adds this message to the existing conversation thread.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.