Connect any tool to Pilea using Make
Step 1: Grab Your Pilea API Key
Head to https://<your-workspace>.pileainsights.com/settings/api-keys and copy your key. Don't share it β treat it like your Netflix password.
Step 2: Find Your Product ID
Go to https://<your-workspace>.pileainsights.com/settings/workspace and note down your product ID. You'll need this in a minute.
Step 3: Set Up Make.com
Step 4: Configure the HTTP Module
Fill in these fields:
https://<your-workspace>.pileainsights.com/api/v1/feedbacksX-Client-Id with value <your-workspace>
Step 5: Build Your Request
In the request content field, add:
json
{
Β "product_id": "prd_yourid",
Β "text": "Your feedback text here" //Β Select field dropdown
}
Map the feedback text from your trigger tool to the text field. Make.com will handle the data mapping for you.
Step 6: Test & Activate
Hit "Run once" to test. If it works, flip the switch to "ON" and set your preferred polling interval.
Done. Feedback now flows automatically.
β
Once you've connected your tools, here's what happens: