Make
Automate your feedback workflow. Connect Quackback to Make (formerly Integromat) to trigger visual automation scenarios when feedback is submitted, statuses change, or comments are added. Route feedback data to 1,500+ apps without writing code.
Overview
The Make integration enables:
- Trigger scenarios -- trigger Make scenarios when feedback is submitted, statuses change, or comments are added
- Visual automation -- build visual automation flows connecting feedback to 1,500+ apps in Make
Prerequisites
- Admin access to your Quackback workspace
- A Make account
Setup
1. Create a Webhook in Make
- Log in to Make and create a new scenario
- Add a Webhooks > Custom webhook module as the trigger
- Click Add to create a new webhook
- Copy the webhook URL (it will look like
https://hook.make.com/...)
2. Connect in Quackback
- Go to Admin → Settings → Integrations → Make
- Click Connect
- Paste the Make webhook URL
- Click Save
3. Configure Events
Choose which events trigger your Make scenario:
| Event | Description |
|---|---|
| New post | Someone submits new feedback |
| Status change | Post status is updated |
| New comment | Comment added to a post |
4. Test the Connection
- Go back to Make and click Run once on your scenario
- Submit test feedback in Quackback
- Make should receive the webhook payload and display the data structure
- Use this to configure the rest of your scenario
Payload Format
Quackback sends a JSON payload to your Make webhook. The payload includes event details, post data, author information, and board context. Use Make's data mapping to route fields to downstream modules.
Example Scenarios
Send Feedback to Google Sheets
- Trigger: Quackback webhook (new post)
- Action: Google Sheets > Add a Row
- Map fields: title, description, author email, board name
Create Jira Tickets from High-Priority Feedback
- Trigger: Quackback webhook (new post)
- Filter: Check if board equals "Bug Reports"
- Action: Jira > Create an Issue
Notify a Slack Channel for Status Changes
- Trigger: Quackback webhook (status change)
- Action: Slack > Send a Message
- Map fields: post title, old status, new status
Manage the Integration
Pause
Temporarily stop sending events:
- Go to Admin → Settings → Integrations → Make
- Toggle Enabled off
- Events stop, but the webhook URL is preserved
Disconnect
To fully remove the integration:
- Go to Admin → Settings → Integrations → Make
- Click Disconnect
- Confirm the action
Disconnecting in Quackback does not delete the webhook in Make. You can clean it up in your Make scenario settings.
Troubleshooting
Events Not Arriving in Make
- Check integration status -- look for errors in Quackback settings
- Verify webhook URL -- ensure the URL is a valid
make.comorintegromat.comaddress - Check Make scenario -- ensure the scenario is active (not paused)
- Review Make execution history -- check for errors in the scenario log
Invalid Webhook URL
The webhook URL must be an HTTPS URL on a make.com or integromat.com domain. Custom domains are not supported.