Automate MagicBell for free on Stepper
MagicBell is a multichannel notification API that enables developers to deliver in-app inbox, email, mobile/web push, Slack, and SMS notifications.
Triggers available for MagicBell on Stepper
New Broadcast
Triggers when a new broadcast is created in your MagicBell project.
Actions available for MagicBell on Stepper
Create Broadcast
Sends a new notification broadcast to one or more recipients via MagicBell.
- 7 parameters
Save User
Creates or updates a user in your MagicBell project. If a user with the same email or external_id exists, their profile is updated.
- 5 parameters
Delete User
Removes a user from your MagicBell project.
- 1 parameters
List Broadcasts
Returns a paginated list of broadcasts from your MagicBell project, newest first.
List Users
Returns a paginated list of users in your MagicBell project. Optionally filter by email or external ID.
- 1 parameters
Create Workflow
Creates or updates a MagicBell workflow definition. A workflow is a keyed, ordered list of steps (commands such as broadcast, wait, pause, or abort). Workflows can only be created through the API, and one must exist before it can be triggered with Execute Workflow.
- 3 parameters
Execute Workflow
Triggers a MagicBell workflow by its unique key, optionally passing input data.
- 2 parameters
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.