Push
MagicBell In-App Push Integration
Send in-app push via MagicBell from Courier using recipient email or external ID. Override category and URL per send via providers.magicbell.override.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Send in-app push via MagicBell from Courier using recipient email or external ID. Override category and URL per send via providers.magicbell.override.
{
"message": {
"to": {
"email": "recipient@example.com"
}
}
}
{
"message": {
"to": {
"magicbell": {
"external_id": "user123"
}
}
}
}
{
"message": {
"template": "NOTIFICATION_TEMPLATE_ID",
"to": {
"email": "recipient@example.com"
},
"data": {},
"providers": {
"magicbell": {
"override": {
"body": {
"category": "new_message",
"action_url": "https://example.com/example_link"
}
}
}
}
}
}