61 lines
1.6 KiB
Plaintext
61 lines
1.6 KiB
Plaintext
{
|
|
type: 'onesignal_export_subscriptions_csv_onesignal_export_subscriptions_csv',
|
|
module : 'onesignal_export_subscriptions_csv',
|
|
action : 'onesignal_export_subscriptions_csv',
|
|
groupTitle : 'Notification Modules',
|
|
groupIcon : 'fas fa-solid fa-satellite-dish comp-general',
|
|
title : 'Onesignal Export Subscriptions (csv)',
|
|
icon : 'fas fa-solid fa-file-csv comp-flows',
|
|
serverModel : ['node'],
|
|
dataPickObject: true,
|
|
dataScheme: [ {"name": "status","type": "number"} ],
|
|
properties : [
|
|
{
|
|
group: 'Onesignal Settings',
|
|
variables: [
|
|
{ name: 'actionName',
|
|
optionName: 'name',
|
|
title: 'Name',
|
|
type: 'text',
|
|
required: true,
|
|
defaultValue: '',
|
|
baseName: "osc1"
|
|
},
|
|
{ name: 'appid',
|
|
optionName: 'appid',
|
|
title: 'App ID',
|
|
type: 'text',
|
|
required: true,
|
|
serverDataBindings: true,
|
|
defaultValue: '',
|
|
help: 'You App ID'
|
|
|
|
},
|
|
{ name: 'extra_fields',
|
|
optionName: 'extra_fields',
|
|
title: 'extra_fields',
|
|
type: 'text',
|
|
required: false,
|
|
serverDataBindings: true,
|
|
defaultValue: '',
|
|
help: 'Extra Fields as comma separated list ( Currently supports location, country, rooted, notification_types, ip, external_user_id, web_auth, and web_p256.)'
|
|
|
|
},
|
|
|
|
{ name: 'output',
|
|
optionName: 'output',
|
|
title: 'Output',
|
|
type: 'boolean',
|
|
defaultValue: false
|
|
},
|
|
{
|
|
name: 'fcmlink',
|
|
optionName: 'fcmlink',
|
|
title: 'New App Name',
|
|
type: 'static',
|
|
required: false,
|
|
serverDataBindings: true,
|
|
defaultValue: '',
|
|
help: '<a target="_blank" href="https://documentation.onesignal.com/reference/csv-export" style="color: #cc0000">Link to API reference for this module here (opens new browser windows)</a>'
|
|
}
|
|
]}]} |