Polling Aws sqs queue from servicenow developer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 07:12 PM
For a POC I need to poll a sqs queue and create/update tasks in servicenow based on the message body. Is there a way to poll the queue from servicenow developer instance?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2024 06:10 AM
I need the same functionality to develop a POC that involves servicenow instances to poll the AWS SQS queue and populate a table based on that. I tried creating a subflow and writing a script using FlowApi but it is not working.