Zapier

Here's how you can send feedback from tools like Typeform, Airtable and +5,000 others to Cycle
Our Zapier integration makes it easy to centralize all of your feedback from various sources, like survey tools, in your Cycle inbox. Forget copy-pasting survey responses from scattered spreadsheets into a product management tool. You can build your own zap to route feedback to Cycle the way you want.

Installation

Zapier comes pre-installed on every Cycle workspace 😎. Click here to start pairing Cycle to any of the 5,000+ apps of Zapier's catalog.
Once you've selected which app should trigger the Zap to send feedback to Cycle, time to map your feedback's data to feedback properties in Cycle.
Custom properties you create for the Doc type "Feedback" will appear in Zapier
The Doc type "Feedback" in Cycle has three built-in properties:
  • Customer: Who gave the feedback?
  • Assignee: Who on your team is in charge of this feedback?
  • Status: Is the feedback "to process", "processing", "processed" or "canceled"?
On top of that, from your workspace settings, under "Doc types", you can add custom properties to a Doc type. This lets you fully customize how you want to organize feedback. Use cases we've seen include categorizing feedback by product area, squad or feedback type.
Custom properties you create for the Doc type "Feedback" will appear in Zapier. You can then map data from the trigger app you select to create new feedback docs in Cycle.

How can I format the data being sent to Cycle?

You're probably asking multiple questions in feedback surveys. Here's how to format multiple survey answers to get structured feedback docs in Cycle.
  1. 1.
    In the "content" field of your Zap, paste the following HTML code:
<h1>Feedback type: </h1>
<br>
<strong>Email: </strong>
<br>
<strong>Submitted at: </strong>
<br>
<strong>{Write your survey question here}</strong>
<p>"answer to question 1"</p>
<br>
<strong>{Write your survey question here}</strong>
<p>"answer to question 1"</p>
2. In the code above, replace the question placeholders with your own (static) survey questions.
3. Next, insert your (dynamic) survey responses next to/under the corresponding survey questions. Here's how 👇
Note: Cycle docs can render HTML. This means you can fully customize the way you display incoming customer feedback. Feel free to add other HTML tags such as headings, bullet lists, hyperlinks, and more.

Last modified 2mo ago