description:'The name of a channel you created. If you have not yet created a channel, simply don\'t provide this value and the push will be sent to your main account.',
},
{
displayName:'Expiration Stamp',
name:'expirationStamp',
type:'dateTime',
default:'',
description:'A Unix timestamp. When to automatically expire your push notification. The default is 10 days after pushing. The push will become unaccessible within 15-30 minutes of the selected time, but will remain on all device screens until dismissed or clicked.',
},
{
displayName:'iOS DeepLink',
name:'iOSDeepLink',
type:'string',
default:'',
description:'An iOS deep link. Use this to deep link into other apps. Alternatively, you can provide a universal link in the link attribute and set openLinkInApp to false.',
},
{
displayName:'Link',
name:'link',
type:'string',
default:'',
description:'A link that can be attached to your push. Must be a valid URL.',
},
{
displayName:'Open In Home Feed',
name:'openInHomeFeed',
type:'boolean',
default:false,
description:'Control whether the notification opens to the home feed or to a standalone page with the notification. The default (openInHomeFeed=False) is to open the notification on a standalone page.',
},
{
displayName:'Open Link In App',
name:'openLinkInApp',
type:'boolean',
default:false,
description:'Whether to open the provided link within the iOS app or in Safari. Android PWA opens all links in the default web browser.',
},
{
displayName:'Push To Emails',
name:'pushToEmails',
type:'string',
default:'',
required: false,
description:`Emails (strings) to whom to send the notification.<br>