Back to blog
How to send Make scenario results to a client portal

How to send Make scenario results to a client portal

P
Pindown
·June 23, 2026·Agents & automation

Build logic in Make, present outcomes in Pindown. This walkthrough shows how to map scenario output to typed pins so your client sees one live portal instead of recurring exports.

Goal: Keep Make for orchestration and use Pindown for delivery.

Setup in 5 steps

  1. Create a client-facing Pinboard or Pitch
  2. Add pins for KPI cards, detail table, and summary
  3. In Make, map transformed scenario output to pin payload JSON
  4. Add HTTP module to PATCH pin IDs
  5. Share one portal link with client

Why this setup wins

  • no recurring "new report file" cycle
  • clearer client communication
  • lower delivery overhead for account managers

Recommended next reads