- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 05:47 AM
Hi All,
i'm trying integrate AWS cloud watch with Service Now.
i have created SNS topics in AWS and sent a confirm subscription request from AWS to Service Now instances. it should be auto approved via the API cals from AWS to service now but it's still in pending state.
i guess my Service Now is not able to recieve the API calls from AWS.
how do i make sure that my service now is able to get the API call successfully from AWS.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2019 03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 05:53 AM
Hi,
What is the End Point URL you are using?
Thanks
Junaid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 06:14 AM
Works fine for me. I create a subscription with the Topic ARN. Protocal HTTPS
and the following End Point:
https://un:pw@<First bit of your Instance Name>.service-now.com/api/global/em/inbound_event?source=AWS
Make sure you have the ':' between the username and password.
I assume you have Event Management plugin enabled on your instance.
Also check that the Listener Transform Script called 'AWS Events Transform Script' is active.
Cheers,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2019 06:34 AM
i checked and i have all these in place but doesn't work.
does your Confirmation come automatically. how long it takes?