Let Oomnitza be your single source of truth!
You'll get visibility of SQS queues as data from AWS SQS is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and AWS SQS in minutes
Get the information and insights that you need by creating configurable workflows to retrieve a list of SQS queues for a region.
Navigation
Before you start
Before you can create the integration with Oomnitza, you need to have added your credentials to Oomnitza. For further information, refer to Adding your AWS credentials to Oomnitza.
Adding global variables
To save time entering information when you create the integration, you can add your AWS version and region as a global variable in Oomnitza.
Procedure
- Click Configuration>General>Global Settings.
- Click Add new variable(+).
- Add the following variable as the key AWS.Version
- Enter your AWS API Version as the value. For example, the current API version for Amazon S3 is
2010-05-08. See AWS Documentation: API Versions - Save your changes.
- Repeat the steps above to add your AWS.Region as a global variable. Enter your region as the value, such as
us-east-1. See Regions, Availability Zones, and Local Zones.
Creating workflows
To create a workflow, you must complete these steps:
- Click Configuration > Workflows and click Add (+).
- Select an object from the list. The object you choose will determine the destination of the workflow's response data and the data that will trigger the workflow. For instance, if you select a users workflow, user-related information will be used as the trigger for the workflow, and the response data will be sent to the People page.
- Edit the Begin Block and add rules to trigger the workflow. For example, if you set the Actions to Schedule and add a rule so that the Email Equals <EmployeeEmail> you can trigger a workflow to fetch a user matching a certain name on a specific date. Refer to Using the Begin block.
- Drag and drop the API block onto the Sandbox.
- Click Edit on the API block and enter AWS SQS in the search field.
- Select the Amazon AWS SQS List Queues preset.
- Select the credentials that you created in Adding your AWS credentials to Oomnitza.
- Enter any mandatory information when prompted.
-
Select Advanced Mode and go to the Response tab. You can map the entire response by placing
{{response}}in the Response field and mapping it to a custom long text Oomnitza field, such as API Response. Once you have the entire response, you can then parse the JSON response values to custom Oomnitza fields, as per the example below. - Connect the Blocks.
- Save, validate, and activate your workflow.
Tip
Supply a queue name prefix in Advanced Mode > Params to filter the results list. See AWS SQS Documentation: List Queues
Comments
0 comments
Please sign in to leave a comment.