Zoho Flow <> Typeform integration options
Hi Zoho team! Zoho Flow offers very limited options working with Typeform Only 1 Trigger option : Entry Submitted and even for this option the Variable list is very limited. Example Use case : Option to map typeform variables "Survey URL" & "Survey Title"
Connections not supported as a part of the InvokeURL method in Zoho Flow
Zoho Flow has a major major deficiency: there is no support for connections in the invokeURL method for deluge. This severely limits the connection capabilities we have: for example, no APIs that use OAuth2 can be utilized in custom connections (which
Zoho Flow Slack error, "invalid_thread_ts"
I've created a Flow and want it to send a private channel message on success or failure of the actions. In the past I haven't been getting error messages when the Slack stage failed. It just didn't do anything--it wouldn't send the message and wouldn't
Zoho Flow --> Eventbrite : how to transfert questions from eventbrite
Hi. I created a zoho flow to push eventbrite attendee. Evntbrite push some questions : ex : answers: [
{
question: "Si vous êtes client(e), indiquez l'adresse courriel que vous utilisez pour ici.",
type: "text",
No Way To Programmatically Update Zoho Project Fields
I love that custom functions can be built in the CRM. The custom triggers in Zoho Flow work well enough to update Tasks, Milestones, Bugs, etc. in Zoho Projects. However, it's extremely frustrating that there's no way to update the Project itself or access custom fields for Projects. The only options for zoho.projects in custom functions are: Get Project Details - a list of all project names and Ids Get Records - a list of all of one type of record (task, bug ,etc.) for a certain project Get Record
Zoho flow pricing is confusing
Does anybody know details about zoho flow features? such as tasks and flows? because I don´t understand difference between base monthly supscription and monthly supscription with features. Are features a 'must-have'?
Zoho Flow Custom Function Issue
I have a use case where I will be needing to post data to a wordpress site. Specifically to a custom post type with a bunch of ACF fields. I have setup trigger event correctly for Tookan and can receive data from the webhook. In order to post the data
Fetch Module Entry
Hi Everyone, seeking your expertise on the issue encountered using the Fetch Module Entry. We use the Fetch Module entry on getting the Email Address from Zoho CRM going to mailchimp. The Fetch Module entry is working fine with the other fields, getting
Zoho Flow / Zoho Books Bug
There is a bug in Zofo Flow -> Zoho Books -> Create Invoice (Action) When creating a new invoice in Zoho Books, it requests to "Choose Item ID" for the line item. Naturally, this will be populated dynamically, so you must select "Choose Custom ID". In
module WP with custom post type not working
Hello I'm using the module WP.org to make a flow when a post is created/updated. It works great with "Post", when filter with custom post type it doesn't work anymore My my flow is when a custom post type named "supplier" is updated/created it create/update
How to run the connection even if certain step fails?
I have an integration set up between Zoho Forms and Zoho CRM. Some of the fields of Zoho Forms don't have to be filled, and when people don't the integration don't run from beginning to end. I was wondering if I could bypass somehow? See below image
Flow test succeeds but no triggers are detected from real events in Recruit
I created a flow that uses a Recruit record update from the Candidates module as a trigger. This trigger has criteria for the Candidate Status field as well. These flows were working live for a short period but have recently stopped. Now when the flow
Updating Task Owner on Zoho Projects via Zoho Desk using Zoho Flow
Hi, as stated in the title, I'm trying to update Zoho Project tasks via Zoho Desk using Zoho Flow. map setTaskOwner(int userID, int projectID, int taskID) { url = "https://projectsapi.zoho.com/restapi/portal/****/projects/" + projectID + "/tasks/" + taskID
Missing entries -google sheets integration
Hi Team, We are planning to upgrade zoho flow plan .But we are facing a problem in integrating with google sheets which is our main use case. when we are changing the lead details ,new entry is not being created.it only happens when lead is edited and
How to extract JSON data where key contains specual characters like dot or square brackets?
Hi, I integrate form data from WIX.com and therefor cannot modify the original JSON names. I have to handle JSON-keys like: - contact.Name.First - contact.Email[0] the standard access like ${webtrigger.payloca.data.contact.Name.First} or ${webtrigger.payloca.data.contact.Email[0]}
ZOHO Flow has No task history found HELP
Hi, I'm a novice to ZOHO and rely on learning as I go. I have followed ZENATTAS Tutorial on 'Shopify To Zoho Inventory Integration & Automation". Ive checked my settings about three times. I have a flow created based on this tutorial, and it seems to
Show flows to sharepoint and teams
Hi, I have flow that created a folder in a Sharepoint Site and that works as intendend but the new Step is to Post that Deal to a Teams Channel and I get a message to the channel but it is empty of the Variables: I new Deal has been posted - ${trigger.Deal_Name}
Zoho disables live flow after custom function failes for few times
Hey, I encountered strange event in during zoho flow testing. I created a webhook zoho flow and turned it on after testing. But it got disabled automatically after flow's custom function failed 4-5 times. Does Zoho Flow disables any zoho flow automatically
Zoho Flow and Zoho CRM --> Invalid Data
Hello folks, I've created a flow at Zoho Flow to Add a tag in the contact in the Zoho CRM. The flow initiate with the creation or updated of the contact at ActiveCampaign and then the Tag will be added by the flow in the Zoho CRM. However, the flow it´s
About Credits
Hello Zoho team, I have a question, we are using Flow for our integrations with external systems and it has been working very well. Since we have increased usage, obviously we had to buy credits and so far we have zoho one license 120,000 tasks + 200,000
Trigger field & criteria to action when a Zoho Books Sales Order is 'packed'.
Hi there. I'm trying to write a flow that will trigger when a sales order in Zoho Books is packed. The Status field appears to have several status options (i.e. Order, Invoice, Payment and Shipment). When I look at the dashboard, it also shows the order
Zoho Flow Permissions for Zoho People
I am working on a flow that will connect the Employee info in Zoho People to an application in Zoho Creator. In Creator I have a report that holds a roster of employees at my organization. I would like the flow to allow for changes made to Employee fields
How to fetch linked account from Zoho CRM with Zoho Flow?
Hello, I am running a flow that is creating a new contact in an external accounting app after a new contact has been created in Zoho CRM (module "Contacts"). In the "Contacts" module in Zoho CRM I can add an account/company (that lookup field is linked
Zoho Flow - Zoho Forms: File link from Google Sheets
Hi, I created a very simple flow between Zoho Forms and Google Sheets, where the form information is placed in a spreadsheet. In the form there is a field for attachments, where once the response is sent, a direct link is generated which can be seen when
Call Stripe API from Function on Flow
I have this code one flow to call API from Stripe: string CreateStripePayementLink() { datas = "{'line_items':{0:{price:'plan_OLTYHRPZl4t6EO',quantity:1}}}"; response = invokeurl [ url :"https://api.stripe.com/v1/payment_links" type :POST parameters:datas.toMap()
Zoho Flow trying to Fetch record from Zoho Creator
Hello, I am trying to (search) fetch a Creator record from within Zoho Flow. Later I want to update that Record using the Record ID I am trying to obtain through this search. How do I parameterize the "Zoho Creator - Fetch record" node correctly to lookup
Cannot edit / access new Flows
I created a new flow, testing it and was working fine. Pressed "PLAY" and did some other work in Zoho Creator. I came back to the Flow to edit but cannot. I can see the flow running in the Dashboard and see in in TOP 5 but I cannot edit my flow. My custom
Negative failures?
Hi, how come my trigger is doing so well that I am having negative failures? Anybody encounter this before or know why his is happening? Screenshot:
How Can I Use Flow to Make A Zoho Form Open Automatically When My Employees Create a Booking?
Hello, We've created a Zoho Form that my employees are required to fill out whenever they enter a new booking for a software demo on our Zoho Bookings calendar. We would like the team to save time by simply having that form open on each employee's screen
Zoho CRM to Zoho Cal Flows Getting 404 Errors
Is it just me or does every flow with Zoho Cal at the moment get a 404 error with the inability to save flows? Flows that previously were working are now broken. {"code":"INVALID_URL_PATTERN","details":{},"message":"Please check if the URL trying to access
Zoho Flow to Zoho CRM --> Invalid Data Error
Hello everyone, I've created a flow at Zoho Flow to Add a tag in the contact in the Zoho CRM. The flow initiate with the creation or updated of the contact at ActiveCampaign and then the Tag will be added by the flow in the Zoho CRM. However, the flow
Zoho Flow to Zoho CRM --> Result "invalid data"
Hello Folks, I have a flow that bring the data (TAG) from ActiveCampaign and updated the contact at Zoho CRM. However the result is Zoho CRM says "invalid data". Does anyone know how to correct that? Bellow the output of the flow from the ActiveCampaign:
Is there a way to fetch call details from Zoho Desk by ID?
I've built my custom function, which works, but I can't set "Calls" as a module. Am I missing something or is there a workaround of some kind? I need to fetch those details because the normal "Fetch Call" action does not return the starttime or the duration
Problem faced in integration
Wet want to integrate Invoices and credit notes of Zoho books with WooCommerce via Zoho flow but it didn't work because it wants a Customer ID mandotory but there is no customer ID mention in Zoho Books and WooCommerce invoices and credit notes so tell
Flow between Zoho People and Zoho Creator
I have a roster of employees in my organization within a report in a Creator app that I built. What I'd like to do is set up a flow that will update employee fields in Creator when that corresponding field is changed in the employees folder in Zoho People.
API Call using Zoho Flow - Http POST Request to external URL | Send Data to external app
Hello Zoho Users, I am creating a automation flow in zoho flow and need to send API POST request to external application. But i am not able to find how to do this. I tried custom function but being a no-coder i am not able to write code and didnt find
Add Shopify product options to sales invoices in ZOHO Inventory.
Hi. I'm a novice to ZOHO, so I'm slowly learning as I go. Im using Shopify. I followed everything in this tutorial from Zenatta. Everything works fine, except for a couple of things, which I will make a topic for on its own. However. What it doesn't do
Problems with Arrays nested into a Object JSON
Hi, My name is Renato Denegri and I am a new deluge developer. I am trying to integrate a CRM module with a third platform, through Webhooks, but the JSON of this platform sends me format type: But when I associate it with the webhook with the zoho flow
How to convert number to string in Zoho Flow?
Hello, I am new to Zoho Flow and I have to convert a number value to a string. How can I do this? Thanks for help, Michael
Flows being Quequed for 45 minutes to 1 hour plus
Is there an issue with Flow? My flows have been in quequed start for 45 minutes to 1 hour+. It seems to have started around 6/16/2023 6:30am EST.
Next Page