Creates a new communication channel (e.g., email, SMS, push) for an existing Canvas user to receive notifications.
typeRequiredstringThe type of communication channel to create. Must be one of: 'email', 'sms', or 'push'.
tokenstringA registration ID, device token, or equivalent token given to an app when registering with a push notification provider. Required only when 'type' is 'push'. Not applicable for 'email' or 'sms' types.
addressRequiredstringThe address of the communication channel. For 'email' type, this is an email address. For 'sms' type, this is a phone number in E.164 format (e.g., +15551234567).
user_idRequiredstringThe ID of the Canvas user for whom this communication channel will be created.
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.