Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Polling Aws sqs queue from servicenow developer

ArnabC
Kilo Contributor

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

DebarghaM
Tera Contributor

 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.