Learn how to set up Pilea with Microsoft Teams using the no-code platform Make.com
Administrator access is required to set up this integration.
What You'll Need

Step 1: Create Your Scenario
Open Make.com and create a new scenario.
Step 2: Add Microsoft Teams Trigger
Want to watch multiple channels? Create separate scenarios for each one.
Step 3: Add Pilea Connection
π Learn how to add a new HTTP module that connects to Pilea.
Step 4: Map Your Data
In the request content field:
json
{
Β "product_id": "prd_yourid",
Β "text": "{{1.body.content}}"
}
The {{1.body.content}} pulls the message from Teams. Make.com handles the mapping.
Replace prd_yourid with your actual product ID from Pilea settings.
Step 5: Set Your Schedule
Enable the scheduling option and set how often Make.com should check Teams. Every 15 minutes works for most teams.
Step 6: Test It
Send a test message in your Teams channel. Run the scenario once. If it shows up in Pilea, you're golden.
β