AWS integrations

AWS (Amazon Web Services) is a secure cloud services platform that offers computing power, database storage, content delivery, and other functionality to help businesses scale and grow. It provides a wide range of cloud-based services, including computing power, storage options, networking, and databases, delivered as a utility: on-demand, available in seconds, with pay-as-you-go pricing.

icon

Automate your AWS workflow with premade actions

Quickly integrate AWS with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.
icon

New SNS Messages

Creates an SNS topic in your AWS account. Messages published to this topic are emitted from the getOperate source.

icon

New Scheduled Tasks

Creates a Step Function State Machine to publish a message to an SNS topic at a specific timestamp. The SNS topic delivers the message to this getOperate source, and the source emits it as a new event.

icon

New Inbound SES Emails

The source subscribes to all emails delivered to a specific domain configured in AWS SES. When an email is sent to any address at the domain, this event source emits that email as a formatted event. These events can trigger a getOperate workflow and can be consumed via SSE or REST API.

icon

New Restored S3 File

Emit new event when an file is restored into a S3 bucket

icon

New S3 File

Emit new event when a file is added to an S3 bucket

icon

New S3 Event

Emit new S3 events for a given bucket

icon

New Deleted S3 File

Emit new event when a file is deleted from a S3 bucket

icon

New Records Returned by CloudWatch Logs Insights Query

Executes a CloudWatch Logs Insights query on a schedule, and emits the records as invidual events (default) or in batch

icon

New DynamoDB Stream Event

Emit new event when a DynamoDB stream receives new events. [See the docs here](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/APIstreamsGetRecords.html)

icon

SQS - Send Message

Sends a message to an SQS queue. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/classes/sendmessagecommand.html)

icon

SNS - Send Message

Sends a message to a SNS Topic. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sns/classes/publishcommand.html)

icon

S3 - Upload File - Base64

Accepts a base64-encoded string and a filename, then uploads as a file to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)

icon

S3 - Upload File - URL

Accepts a download link and a filename, downloads it, then uploads to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)

icon

S3 - Upload File - /tmp

Accepts a file path or folder path starting from /tmp, then uploads the contents to S3. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)

icon

S3 - Stream file to S3 from URL

Accepts a file URL, and streams the file to the provided S3 bucket/key. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html)

icon

S3 - Download File to /tmp

Downloads a file from S3 to the /tmp directory. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/API/APIGetObject.html)

icon

Lambda - Invoke Function

Invoke a Lambda function using the AWS API. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/index.html)

icon

Lambda - Create Function

Create a Lambda function from source code. This action creates a zip file and deploys it to AWS Lambda. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-lambda/classes/createfunctioncommand.html)

icon

EventBridge - Send event to Event Bus

Sends an event to an EventBridge event bus. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-eventbridge/classes/puteventscommand.html)

icon

DynamoDB - Update Table

Modifies the settings for a given table. Only one type of modification is permitted per request. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updatetablecommand.html)

icon

DynamoDB - Update Item

Updates an existing item's attributes, or adds a new item to the table if it does not already exist. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/updateitemcommand.html)

icon

DynamoDB - Scan

The Scan operation returns one or more items and item attributes by accessing every item in a table. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/scancommand.html)

icon

DynamoDB - Query

The query operation finds items based on primary key values. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/querycommand.html)

icon

DynamoDB - Put Item

Creates a new item, or replaces an old item with a new item. If an item that has the same primary key as the new item already exists in the specified table, the new item completely replaces the existing item. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/putitemcommand.html)

icon

DynamoDB - Get Item

The Get Item operation returns a set of attributes for the item with the given primary key. If there is no matching item, Get Item does not return any data and there will be no Item element in the response. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/getitemcommand.html)

icon

DynamoDB - Execute Statement

This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/executestatementcommand.html)

icon

DynamoDB - Create Table

Creates a new table to your account. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dynamodb/classes/createtablecommand.html)

icon

CloudWatch Logs - Put Log Event

Uploads a log event to the specified log stream. [See docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudwatch-logs/classes/putlogeventscommand.html)

Connect any app with AWS

With our workflow automation, you can now integrate with any application.
icon

EspoCRM

EspoCRM is an open-source customer relationship management (CRM) platform that helps businesses manage customer relationships, track leads, and streamline sales processes.

icon

Aero Workflow

Aero Workflow is a practice management and workflow automation solution designed for accounting and consulting firms. It offers tools for task management, time tracking, client communication, and project tracking, helping firms improve productivity, collaboration, and client service delivery.

icon

Helper Functions by getOperate

Helper Functions by getOperate is a collection of useful functions and utilities for simplifying and enhancing the development process. It offers a variety of tools for data manipulation, error handling, workflow automation, and more. With Helper Functions by getOperate, developers can streamline their coding tasks, improve code quality, and accelerate the development of applications and systems.

icon

Dock Certs

Dock Certs is a platform for creating, issuing, and managing digital certificates and credentials. It offers tools for designing custom certificates, verifying recipient identities, and tracking certificate usage. Dock Certs provides a secure and efficient solution for organizations to issue and manage digital credentials, enhancing the recognition and validation of achievements and qualifications.

icon

Zoho Bookings

Zoho Bookings is an appointment scheduling and booking platform that allows businesses to manage their appointments, bookings, and customer schedules. It offers features for online booking, calendar management, staff scheduling, and customer communication, helping businesses streamline their appointment management processes and improve customer experience.

icon

Range

Range is a platform designed to help teams stay in sync, focus on what matters, and build better working relationships. It offers features for daily stand-ups, check-ins, goal setting, and feedback collection, fostering a culture of transparency, alignment, and continuous improvement within teams.

icon

ecwid

Ecwid is an e-commerce platform that enables businesses to create and manage online stores. It offers tools for building and customizing online storefronts, managing product catalogs, processing payments, and integrating with various sales channels, providing a comprehensive solution for e-commerce businesses.

icon

Trengo

Trengo is a unified communication platform that integrates channels such as email, chat, and social media to streamline customer communication. It provides features for team collaboration, customer support ticketing, and omnichannel communication. Trengo helps businesses centralize their communication channels, improve response times, and deliver seamless customer experiences.

icon

NetHunt CRM

NetHunt CRM is a customer relationship management system designed to work within Gmail. It offers tools for managing customer interactions, sales pipelines, and email campaigns, providing a seamless CRM solution for businesses that rely on Gmail for communication and collaboration.

Discover the benefits of automation for your business.