Introducing AWS authentication for connections in Deluge

Introducing AWS authentication for connections in Deluge

Hello everyone,

We're incredibly excited to announce the all-new AWS authentication for connections in Deluge! This highly anticipated feature simplifies connecting to Amazon Web Services, opening up a world of possibilities and allowing you to seamlessly integrate your Zoho apps with the power and scalability of the AWS cloud.

What does this mean for you? 

This new integration empowers you to connect and access AWS services like S3 directly from within Deluge. This eliminates the need for third-party tools to achieve a connection between Zoho and AWS. It also allows you to harness AWS's scalability for handling massive datasets while utilizing Deluge's power for complex transformations.

How does it work? 

AWS is now offered as a custom connector in Deluge. This AWS connection utilizes Signature Version 4 authentication, the most up-to-date and secure method for authenticating requests to AWS services. It offers several key advantages that help protect your AWS credentials and prevent unauthorized access.

Availability 

The new AWS authentication for connections is available across all Zoho services that support Deluge connections. This means you can use it within your existing Zoho applications, be it CRM, Books, Mail, or others, to unlock new possibilities.

Creating an AWS connection 


  1. Navigate to the Connections section of the desired Zoho service. For this example, we'll use Zoho CRM. For Zoho CRM, you can access it under Settings -> Developer Hub -> Connections.

  2. In the Connections section, go to Custom Services and click the Create Service button.

  3. On the Create Service page, enter the following details:
    Service Name: awss3 //Custom connector name
    Service Link Name: awss3
    Authentication Type: AWS Signature
    Service Name: s3 //Amazon service name
    AWS Region: Enter your AWS region. To find your AWS region, log in to your AWS account and navigate to Console -> S3 -> General Purpose Buckets. Locate your storage buckets and copy the AWS region (e.g., us-east-1) displayed next to the required bucket.

  4. Click Create Service. The AWS S3 custom service will now be created.
  5. Now, navigate to My Connections and click Create Connection.
  6. On the Create Connection page, go to Custom Services under Pick Your Service and select awss3.

  7. Enter the Connection Name and Connection Link Name. Then click Create and Connect.
  8. You'll be redirected to the AWS authorization page, where you'll need to enter your Access Key and Secret Key.

    To get the Access Key and Secret Key:
    1. Log in to your AWS account and navigate to IAM.
    2. In the left pane, under Access Management, click Users.
    3. Select the required user from the list.
    4. On the User Details page, go to the Security Credentials section.
    5. Under Access Keys, click Create Access Key.
    6. On the next page, choose Command Line Interface (CLI) as the use case and click Next.
    7. Click Create Access Key.
    8. Copy the Access Key and Secret Key, then paste them into the respective fields on the AWS authorization page.
    9. Finally, click Connect.
  9. Your AWS connection has now been successfully created!

Working with AWS connections

Now you can utilize this AWS connection to integrate with AWS services and perform various actions, such as storing and retrieving data from Amazon S3. This connection can be leveraged across Zoho services (such as functions) to automate your data workflows.

For example, let's create a function to upload a file to AWS S3:
  1. Create a new function. Name the function and choose the appropriate type.

  2. Write the required scripts in the Deluge editor.
    Here's a sample script which fetches a file from a given URL and uploads it to an AWS S3 bucket using the configured AWS connection:
    Quote
    fileResponse = invokeUrl
    [
    url:"https://filesamples.com/samples/document/txt/sample1.txt"
    type: GET
    ];
    file = tofile(fileResponse,"sample1.txt");

    // Upload the file to AWS S3
    awsResponse = invokeUrl
    [
    "https://<your-bucket-name>.s3.amazonaws.com/<file-name>" // Replace with your bucket name and file name
    type: PUT
    parameters:file
    content-Type : "application/octet-stream"
    connection: "awss3" // Use the AWS connection created earlier
    detailed:true
    ];

    // Log the response
    info awsResponse;
  3. Execute the function by clicking the Save and Execute button.
  4. Switch to your AWS account, go to Console -> S3 -> General Purpose Buckets, and select the required bucket.
  5. You’ll see the sample file from the script listed under the Objects section. Every successful execution results in the file being uploaded to the bucket

Use cases 

  • Zoho CRM: You can automatically back up important customer documents from Zoho CRM to AWS S3. For instance, when a new file (e.g., contracts, proposals) is uploaded to a CRM record, a Deluge function can be triggered to fetch and store the file in S3 storage.
  • Zoho Books: You can store and retrieve invoices from Zoho Books to AWS S3. When an invoice is generated, a Deluge function fetches the PDF and uploads it to an S3 bucket. This can act as centralized space for all your invoices.
 
We have comprehensive documentation covering everything you need to know about Deluge connections. For more information, visit our Deluge Connections help doc.

Note: Please be aware that Zoho Creator has its own Connections feature, and we are working to bring AWS connections to Creator soon.

That’s all from us on the AWS connector! We hope you find it valuable and make the most of it across Zoho services. Give it a try, explore its possibilities, and let us know your thoughts.

And if you need any assistance, don’t hesitate to reach out to us. We’re always happy to help.

Regards,
The Deluge Team
    • Sticky Posts

    • Function #41: Sync Associated Subforms!

      Welcome back everyone! The last custom function showed how to update a Contact with Product details from it's Related list in Deals. This week, let's look at a function that lets you update subform records in two modules simultaneously when one of them is updated. Business scenario Let's look at how subform helps in an education institution that has deployed Zoho CRM. National Public School, Austin (made up, of course!) has set up Zoho CRM and it follows the same relationship pattern of "Students",
    • Recent Topics

    • Integration Multiple WooCommerce Stores

      Currently, Zoho Marketing Automation supports connecting only one WooCommerce store per account. For businesses managing multiple brands or stores, this creates operational challenges, as they are forced to maintain separate accounts for each store. Suggested
    • Stop automatic email linking to deals after it is closed lost or Won & Done?

      How do I closed automatic linking of emails to deal which are closed or Won & Done? This is really important for us because sometimes if a new RFQ comes in the email is gets linked into an old deal which is lost or won and done.
    • Add Support to Upload Inventory Items with Categories or Enable Separate Upload for Inventory Categories

      Currently, Zoho Inventory does not support uploading new items along with their parent and sub inventory categories using the item import feature. This creates challenges for businesses with structured inventory hierarchies when trying to upload items
    • Problem at new Zoho Function View

      I Accepted the new zoho function view and now the page opens in blank and show this message {"code":"TOO_MANY_REQUESTS","details":{},"message":"Request skipped internally for Mitigation","status":"error"} This response is from this urlhttps://crm.zo
    • Unbilled Items from Purchase orders

      Hi, I was wondering if there is a way for me to generate a report for the sum amount of unbilled items in open PO or partially billed PO. this info would be helpful for better cash flow management and for foreseeing any issues for unjustified delays for
    • Recieving error: "New Record - Cannot be done due to change in form ownership."

      Hello all, I create a form via Zoho Forms. If is used so that when a user books a meeting on our website, they are added as a lead in the CRM. Right now, after filling out the form, if I look up the entry, there is an error in the "CRM Status" column.
    • Multi-currency in Zoho CRM Forecast and Reports

      As a company we have branches in 4 different countries with as many different currencies. Our Sales Teams would like to work with their local currency as much as possible. The Forecast module using only 1 currency is practically usable only by the sales
    • Anyone have experience with Airbnb bookkeeping on Zoho Books?

      I just signed up for the free version of Zoho Books as a first-year Airbnb host. I am just starting my 2023 bookkeeping so I have lots of receipts, statements and such to input. I started to go with Quickbooks, which was admittedly easier because I could
    • Approval Process configuration is now more flexible and fully customizable

      Hello everyone! Approval Process is back with a better user experience that makes it easier to add rules to your processes. This enhancement includes some UI updates that help you create highly structured approval stages—and more. Let's look at the enhancements
    • Day 1: I signed up, now what?

      You created an account in Zoho and tried to set up your business in Zoho Invoice. The setup screens had several fields to fill. In this post, you'll learn about What does an organization in Zoho Invoice mean? How do I create my organization? Is Zoho Invoice
    • Welcome to Zoho Invoice User PlayBook

      Start here. This page walks through Zoho Invoice the way you actually use it. What you'll find Each post takes one everyday situation, answers the handful of questions that come up inside it, and gives you the steps. Nothing assumes you've read the post
    • Zoho Community Digest - August 2026| Part 3

      Hi everyone, and welcome back! Zoho Desk had a big week with six updates spanning Guided Conversations, instant messaging, and the Radar app. Zoho CRM redesigns the Functions experience, Bigin gets three new capabilities including a Related Products topping,
    • Widget SDK - Mobile Support

      I was pretty disappointed to find out today that background widgets using native modal validation simply aren’t supported on mobile. Extension specs: Zoho Books Sales Orders • Background widget • ON_SALESORDER_PRE_SAVE + ON_SALESORDER_PREVIEW • Validates
    • CNIL - Suivi de Pixel

      Bonjour à tous, À la suite de la nouvelle recommandation de la CNIL sur les pixels de suivi dans les e-mails, savez-vous si Zoho Campaigns permet : de conditionner le suivi des ouvertures au consentement de chaque contact ; de proposer un lien permettant
    • Customize Colors used on graphs and charts according to users desire.

      It would be great if we could customize the graph's colors as we see fit. I hate that yellow is always the default color!
    • The following place holders were not replaced in this message: %PurchaseOrderURL%

      Good day our whole company is facing the same error code of %PurchaseOrderURL% - can you please assist with this issue on how to fix this.
    • BANK CHARGES

      When paying a supplier via credit card we are charged a fee. I process the payment through payments made and then enter the fees in bank charge. However i get this message :  Bank charges are applied. Please select a bank account. And it will not let
    • Roll-up on project created from template

      I have a standard project template that I use to generate almost all my projects, and I want to roll-up tasks on a particular project I've just created. Documentation claims i should be able to roll up a new project after it is created, but there is no
    • CRM gets location smart with the all new Map View: visualize records, locate records within any radius, and more

      Hello all, We've introduced a new way to work with location data in Zoho CRM: the Map View. Instead of scrolling through endless lists, your records now appear as pins on a map. Built on top of the all-new address field and powered by Mappls (MapMyIndia),
    • Cross Module Filtering – Use Fields from Lookup modules in Custom Views criteria and Advanced Filters

      Hello everyone, Zoho CRM now enables you to achieve deeper filtering of records in a module, using fields of a lookup, thereby enhancing your data management experience manifold. This filtering based on lookup module fields is now available in advanced
    • Feature Request: Add Sort by Cell Color and Text Color functionality

      Hello Zoho Sheet Development Team, I am writing to suggest a feature enhancement for Zoho Sheet. Currently, the platform supports "Filter by Color," which is incredibly useful. However, there is no native option to "Sort by Color" (by cell fill or text
    • RouteIQ for Zoho FSM

      Beste, Zou wel top zijn dat we een RouteIQ hebben voor FSM aangezien we constant moeten zien wat de beste route is voor onze monteurs. Nu moeten we een speciale aparte programma hebben om de beste route te berrekenen voor onze monteurs aangezien de planning
    • Introducing Pre-Offer in Zoho Recruit

      Finalizing an offer is not always a one-step process. Recruiters and candidates often need to discuss compensation, benefits, joining dates, or other offer terms before reaching a final agreement. Managing these discussions outside the hiring system can
    • Python function + AWS S3 Connection: 403 "HeadersNotSigned: host" - same call works from Deluge invokeurl

      Summary Calling AWS S3 through an existing Connection from a Python function always fails with HTTP 403. AWS reports the host header is present in the request but not included in the SigV4 signature. The identical URL and Connection work from Deluge invokeurl.
    • Deleting unwanted ticket replies

      Hello, In a Zoho Desk Ticket thread, sometimes one of the recipients has auto-reply activated. This creates a new message in the Ticket thread that not only pollutes the thread, but most importantly cannot be replied properly because usually auto-reply
    • Introducing parent-child ticketing in Zoho Desk [Early access]

      Hello Zoho Desk users! We have introduced the parent-child ticketing system to help customer service teams ensure efficient resolution of issues involving multiple, related tickets. You can now combine repetitive and interconnected tickets into parent-child
    • Using workflows to automatically set classification of new tickets

      Hello, I am trying to use a workflow to set a classification for a new ticket that is created via an email coming into my desk department. The workflow is working fine if I create a ticket from within desk, however if a ticket is emailed in then this
    • Bank Feeds - Multiple Orgs / Multiple LLCs

      Hi, We are migrating our books over from another service, and trying to connect our bank feeds. We have 3 separate LLCs, and 3 separate orgs in Zoho Books. We want to connect the bank feeds for each entity to each org. However, when we connect the 2nd
    • Add Comment/Notes to Each Action in Zoho Flow for Internal Documentation

      It would be great if Zoho Flow could introduce a field to every action where we can make an internal note about why we are doing something with a specific action. This is especially helpful if more than one person from the organization handles automation
    • I am facing a problem with an if-else condition

      If I use if, else if, and else conditions in Deluge with the same variable name, sometimes the variable causes an error because the same variable name is present in every block
    • Zoho Lens Feature Update: August 2026

      Mobile browser sessions get a sharper look and toolkit We've revamped the session toolbar for a smoother experience and added more capabilities like unified annotations, color picker, OCR, QR/barcode scanner, flashlight, and network performance monitoring.
    • Zoho Lens Feature Update: July 2026

      Get instant answers, mid-session Say goodbye to switching tabs mid-fix. Zia Answer Bot is an in-session AI assistant that lets technicians clarify technical doubts on error codes or compliance measures and get instant answers, right from within their
    • Zoho Lens Feature Update: June 2026

      Better video, even in low-connectivity sessions Zoho Lens now manages your device's resources more carefully during low-connectivity sessions on mobile browsers, keeping video resolution at the best quality your network can support. The result: smoother
    • Zoho Lens Feature Update: May 2026

      Mute audio by default Admins can now mute end user's microphones by default before a session begins. Head to Settings > Preferences and enable the option to turn off the microphone for every session. This keeps every call clean and distraction-free, especially
    • Zoho Lens Feature Update: April 2026

      Introducing Zoho MCP for Zoho Lens Build your own MCP server to connect LLMs like GPT or Claude directly to Zoho's APIs, data models, and actions. For Zoho Lens, this means triggering AR remote sessions, scheduling or rescheduling them, pulling session
    • Zoho Lens Feature Update: March 2026

      Self service portal for customers We just made support requests a whole lot simpler. The self service portal lets your customers submit an issue by just scanning a QR code or clicking the portal link, and get connected to the right technician. AR sessions
    • Zoho Lens Feature Update: February 2026

      Snapshot restoration for disconnected sessions Technicians taking snapshots during a remote assistance session need not worry about losing them if they close the session tab accidentally. Snapshots are restored once they rejoin the session, ensuring support
    • Zoho Lens Feature Update: December 2025

      2D arrows for customer app Customers who join a Zoho Lens session from a device that doesn’t support AR can now add 2D arrows or revert the placement with Undo if it is done accidentally. Support for undo option extends to scenarios where technicians
    • Zoho broke Client Script with the Quick-Create Client Script

      So, Zoho broke Client Script. Most likely inadvertently, but it's broken never-the-less. Prior to the Quick Create client script update, creating a new record using quick create would trigger the parent page on Script(s). It does not any more. So if I
    • Zoho Lens Feature Update: November 2025

      Smarter AR Arrow Scaling in iOS We've optimized AR arrows! They now automatically adjust their size and position based on the distance between your device and the object you're pointing to. This ensures they are always perfectly visible and accurately
    • Next Page