Features
Push Notifications
Send a push notification to all of your paired devices.
Live Activities
Start, update, and dismiss a Live Activity stream.
Widgets
Update metric values shown in ActivitySmith widgets.
App Icon Badge Count
Show the number you care about on your ActivitySmith app icon.
Base URL
All requests contain the following base URL:Authentication
For authentication, it’s required to include an Authorization header. The header should containBearer ask_123456789, where ask_123456789 represents your API Key.
Response codes
ActivitySmith employs conventional HTTP status codes to signify the outcome of your requests. Typically, 2xx HTTP status codes denote success, 4xx codes represent failures related to the user, and 5xx codes signal infrastructure problems.
Refer to the Error Codes section for a detailed explanation of all potential API errors.
Channels
Channels let you target specific subsets of recipients instead of broadcasting to everyone in an account.- Use channels when teams, environments, or workflows need separate delivery groups.
- Keep API keys broad or channel-scoped depending on how strict you want targeting to be.