REST API: Android Action Buttons: Create
This endpoint creates a notification android action button for a specific application.
Android Action Buttons uses the same semantics as Android Notifications action buttons.
See the Android Notification Action Buttons
POST API url -> /v1/notifications/android-action-buttons
Body Parameters
The following body parameters are possible:
| Field | Type | Description | Required |
|---|---|---|---|
| appId | String | Application id | ✅ |
| actionId | String | Unique action id | ✅ |
| label | String | Text which will be displayed on the notification button | ✅ |
Response Examples
Returns action button id or error message