
Use channels to route push notifications and Live Activities to specific users and devices.
Channels are now supported across all ActivitySmith SDKs and integrations, and the documentation has been updated with channel examples.

You can also scope API keys to specific channels for tighter control over where updates can be delivered.
Channels let you route updates to the right audience, for example: #engineering, #ios-builds, #marketing.
{
"title": "Build Failed",
"message": "CI pipeline failed on main branch",
"channels": ["ios-builds", "engineering"]
}If channels are omitted, delivery behavior stays unchanged.