Framework Typescript SDK
Push Channel Step
The push
step allows you to send a message to a push channel. This is useful when you need to send a message to a push-enabled channel, such as a mobile app or web app.
Push Credentials
In order to send a push notification to a subscriber, you need to set the specific push provider credentials for the subscriber. You can learn more about how to achieve this for each provider in the Provider Documentation.
Push Output
subject
string
requiredThe subject of the notification.
body
string
requiredThe message to be sent.
Push Result
The push
step does not return any result object.