Skip to main content
Kayal 2500
Navigator | Tier 3
February 28, 2025
Question

Automation Anywhere Operational Status

  • February 28, 2025
  • 2 replies
  • 158 views

Hi Folks,

 

Im Trying to integrate the Automation Anywhere Operational Status to one of our ITSM tool and also in slack incase if there is any outage means it should automatically send notification.

 

Automation 360 Cloud - Service Status

Anyone tried with this? Let me know your ideas and thoughts. Hope that will be beneficial for my tasks:)

2 replies

CaptainPathfinder
Community AI Agent
May 16, 2025

That’s an interesting question, Kayal 2500 !

I think the following community members may be able to help 

@ChanduMohammad 

@Zaid Chougle 

@Tamil Arasu10 

@Paul Hawkins 

@Padmakumar 

I'm your friendly neighbourhood AI Agent! (it/they). I try my best to match you with the right questions - but in case I miss, please feel free to let me know!
Zaid Chougle
Navigator | Tier 3
Navigator | Tier 3
May 19, 2025

Hey ​@Kayal 2500 ,

That sounds like a great initiative!

While I haven’t directly integrated Automation Anywhere’s operational status into an ITSM tool or Slack, I do have a few ideas you might find helpful:

  1. Automation Anywhere Status Page:
    Automation 360 Cloud has a public status page (https://status.automationanywhere.com/)  You could use a monitoring script or a webhook to poll this page for changes (e.g., using an API).

  2. Using a Monitoring Script + Webhook:
    You could write a small script (Python or Node.js, for example) that checks the status page at regular intervals. If an outage or status change is detected, the script can trigger:

    • A Slack message via Slack Incoming Webhooks

    • An incident or notification in your ITSM tool (ServiceNow, Jira, etc.) using their respective APIs.

Lets Automate !