The type of communication channel to create. Must be one of: 'email', 'sms', or 'push'.
tokenstring
A 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.
addressstring
Required
The 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_idstring
Required
The ID of the Canvas user for whom this communication channel will be created.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not