@pipedream/zoho_mail
v0.1.0
Published
Pipedream Zoho Mail Components
Readme
Overview
The Zoho Mail API equips you with the ability to automate actions on emails, manage mailboxes, and interact with your Zoho Mail account programmatically. With Pipedream, you can trigger workflows on new emails, send emails automatically, and connect Zoho Mail to thousands of other services, streamlining communication processes, enhancing productivity, and enabling efficient data management.
Example Use Cases
Email to Task Conversion: Create tasks in project management tools like Trello or Asana when receiving emails with specific keywords or from certain senders. This can automate the process of tracking important requests or action items coming through your email.
Support Ticket Generation: On receiving an email with a support query or issue report, instantly generate a ticket in a customer support platform like Zendesk or Freshdesk. This helps in ensuring that customer issues are addressed promptly and not lost in the shuffle of an inbox.
Email Campaign Analytics: After sending out a marketing campaign, you might want to track responses and engagement. Use the API to tag and categorize responses, then send this data to analytics tools like Google Sheets or a BI platform to measure campaign effectiveness.
Getting Started
- First, sign up for Pipedream at https://pipedream.com.
- Create a new workflow.
- Select a trigger for your workflow (for example, HTTP or Cron).
- Add a new step and search for "Zoho Mail". This will display actions associated with the Zoho Mail app. You can choose to either "Run Node.js code with Zoho Mail" or select one of the prebuilt actions for performing common API operations.
- Once you've added a step, press the Connect Zoho Mail button near the top. If this is your first time authorizing Pipedream's access to your Zoho Mail account, you'll be prompted to accept that access, and Pipedream will store the authorization grant to enable the workflow to access the API. If you've already linked a Zoho Mail account via Pipedream, pressing Connect Zoho Mail will list any existing accounts you've linked.
Once you've connected your account, you can run your workflow and fetch data from the API. You can change any of the code associated with this step, changing the API endpoint you'd like to retrieve data from, or modifying the results in any way.
Troubleshooting
Issues Connecting My Account: IP Allowlist
If your Zoho security policy includes an IP Allowlist, update it to connect your account:
- Add this IP Range:
44.223.89.56-44.223.89.63. - Include your current IP Address because the initial OAuth authorization request originates from your browser.
- Set up a Virtual Private Cloud (VPC) on Pipedream. Add the static IP address to Zoho's IP Allowlist. Note: VPCs are available with Pipedream's Business Plan or higher. See pricing for details.
After connecting your account, make sure to run the workflow within a VPC.
