Connect your own BMC Helix ITSM (Remedy AR System) instance to manage Incidents, Problems, Changes, Work Orders, Knowledge Articles, and CMDB CIs through the AR System Data REST API, plus a generic form passthrough.
connect_bmc_helixwriteConnect a BMC Helix ITSM (Remedy AR System) instance via JWT login, after validating connectivity.
disconnect_bmc_helixwriteDisconnect a BMC Helix instance: deletes only the saved credentials. Nothing in BMC Helix itself is changed.
list_connectionsreadList the connected BMC Helix instances.
list_incidentsreadList incidents on the connected BMC Helix instance, optionally filtered by status.
get_incidentreadRead one incident in full by entry id.
create_incidentwriteCreate a new incident.
update_incidentwriteUpdate selected fields of an existing incident (state, priority). Only given fields change.
list_problemsreadList problems on the connected BMC Helix instance, optionally filtered by status.
create_problemwriteCreate a new problem record.
update_problemwriteUpdate selected fields of an existing problem. Only given fields change.
list_change_requestsreadList change requests in the connected BMC Helix instance, optionally filtered by state.
create_change_requestwriteCreate a new change request.
update_change_requestwriteUpdate selected fields of an existing change request (state, approval). Only given fields change.
list_work_ordersreadList work orders on the connected BMC Helix instance, optionally filtered by status.
create_work_orderwriteCreate a new Service Catalog work order.
update_work_orderwriteUpdate selected fields of an existing work order. Only given fields change.
list_knowledge_articlesreadList Knowledge articles in the connected BMC Helix instance.
list_cmdb_cisreadList Configuration Items (CIs) in the CMDB, optionally filtered by class.
list_tablereadList records from any AR System form by name -- a generic passthrough for forms not covered by typed wrappers, e.g. custom Helix modules.
get_recordreadRead one record from any AR System form by entry id.
create_recordwriteCreate a new record on any AR System form -- a generic passthrough for forms not covered by typed wrappers.
update_recordwriteUpdate selected fields of an existing record on any AR System form. Only given fields change.
delete_recordwritePermanently delete a record from any AR System form by entry id. Cannot be undone.
audit_instance_healthreadBuild one aggregated health report across the connected BMC Helix instance: open incidents/problems/changes/work orders.
Install BMC Helix and let Webbee use it across your workflow.
Open in panel