push step allows you to send notifications to mobile and web applications through various push notification providers.
Example Usage
Push Step Output
| Property | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | The notification title that appears in the push notification |
| body | string | Yes | The main content of the push notification |
| data | object | No | Additional data to be sent with the notification |
| image | string | No | URL of an image to display in the notification |
| icon | string | No | URL of an icon to display in the notification |
Push Step Result
Thepush step does not return any result object.