Skip to main content

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:)

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 


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.


Reply