Automate Rollbar for free on Stepper
Rollbar is an error monitoring and observability platform that helps teams detect, diagnose, and fix errors in real time.
Triggers available for Rollbar on Stepper
New Active Item
Triggers when a new active item (error) appears in the project. Polls the items list sorted by first occurrence timestamp.
- 2 parameter s
New Deploy
Triggers when a new deployment is reported to Rollbar.
- 1 parameter s
Actions available for Rollbar on Stepper
List Items
Retrieves a paginated list of items (errors) in the project, with optional filters by status, level, and environment.
- 5 parameter s
Get Item
Retrieves a single item by its system-wide ID.
- 1 parameter s
Get Item by Counter
Retrieves a single item by its project-level counter — the number shown in Rollbar item URLs (e.g. /items/456/).
- 1 parameter s
Update Item
Updates an item's status, level, title, or assigned user. Use this to resolve, mute, or reassign errors.
- 6 parameter s
List Occurrences
Retrieves a paginated list of raw occurrences (individual error instances) in the project, most recent first.
- 2 parameter s
Get Occurrence
Retrieves a single occurrence (raw error instance) by its ID.
- 1 parameter s
Report Deploy
Records a deployment event in Rollbar. Rollbar uses deploy data to correlate new errors with releases.
- 6 parameter s
List Deploys
Retrieves a paginated list of deploys in the project, most recent first.
- 2 parameter s
Get Top Active Items
Retrieves the top 10 most active items ranked by occurrence count within a time window.
- 2 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.