I want to send form data from Webflow to ClickUp. Do I need to use a logic flow? If so what name do I give the header? What is the api endpoint for ClickUp? How do I structure my JSON? I think most info is on WF Uni but I can't find all the click up specific info on the Click up site. Any non-relume related help 😂 appreciated!
Nice choices in Webflow + Clickup, Blair! There is quite a lot to learn in the answers to these q’s, not sure exactly where to start but let’s try here:
You could use a WF Logic flow I believe, but can’t offer you any help there as I don’t use that feature.
There will be quite a few endpoints at ClickUp you could potentially use, however, you need to find the correct one for your use case (likely create Task or similar) at Clickup API Docs.
To answer your third Q, Make will help guide you in how to structure the JSON / map it to clickup via point-and-click forms.
Thanks Tim D. Good news, I did it using a login flow 🙌 Taught myself how the ClickUp api works, used it to get custom field IDs and tested it all successfully this afternoon. ClickUp sure makes it hard to find some of the data you need for custom fields! ➡️ When form submitted in Webflow, then create tasks in ClickUp list and map data from WF to CU including custom fields. If anyone needs help with this holler. I can do it in my sleep now unfortunately 😂
No problem Blair — you’re welcome! Stoked to hear you managed to wrangle the ClickUp API. I remember it was a little bit painful for me when I was integrating with it a year or so back, and I ended up finding I couldn’t do what I wanted to do on my plan level which really broke me hahaha Anyway, hope the integration works well. p.s. I heard the Logic v2 is on is it’s way. 👀
Tim D. are you able to help with this? https://discourse.webflow.com/t/send-form-data-to-mailchimp-via-logic-flow/278836
Do you mean add values to the Header in Webflow (currently "none")?
Sorry Tim, where is the Bearer token? The error is that the key isn't valid, even though it is, do I need to provide the api key/token in a different way?
I assume it's related to that which is why response is "...did not include an API key". Assumed Webflow had this sorted based on their uni docs, but maybe there is more work needed?
You mentioned it worked in Postman, what authentication method are you using in Postman?
Basic auth (username and api key as password)
Only because that is what a tutorial said to do :)
Ok and does Webflow Logic allow you to supply those?
so is the credential mc-3 a username and apikey?
This doesn’t look like Basic Auth ie. username/password.
What options do you have under Authentication dropdown?
It's the name of the api key I made up in MailChimp, I tried generate a few as the original didn't work so wanted to eliminate MC as the problem
No. I used basic in postman is all
Will use api key in postman
Failed! Wow
Roger, ok, try get it working in postman using the same credentials you’re supplying in WF. Good luck!
Thank you Tim, sure is time consuming when the webflow docs don't work.