Notifications
Sending
import notifications from 'notifications'return notifications.send('c_axon_leave_study', {
var1: 'test1',
var2: 'test2'
}, {
endpoints: {
push: {
template: 'message as template {{var1}}',
apn: {
topics: [
'app',
'voip'
]
}
}
}
})Legacy
send(name, variables, options)
send(payload, options)
Last updated
Was this helpful?