live_activity_update
Update an iOS Live Activity in Braze with new content state for real-time updates like sports scores or delivery tracking, and optionally end or dismiss it.
Instructions
Update an iOS Live Activity. Used for real-time updates like sports scores, delivery tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Braze REST API key | |
| app_id | Yes | Braze app ID | |
| stale_date | No | ISO 8601 stale time | |
| activity_id | Yes | Live Activity ID to update | |
| end_activity | No | End the Live Activity | |
| notification | No | ||
| restEndpoint | No | Braze REST endpoint URL | |
| content_state | Yes | Updated content state | |
| dismissal_date | No | ISO 8601 dismissal time |