Quick Test Brief

Simple form to test Apps Script webhook. Replace WEBHOOK_URL in the script below with your deployed web app URL.
Image • Reel • Carousel (edit values)

Last payload (preview)

no payload yet

Usage notes

  1. Deploy Apps Script (instructions below) and paste its URL into the `WEBHOOK_URL` in the JS.
  2. Use the Check webhook button to confirm the Apps Script `doGet` is reachable.
  3. If the browser shows a network/CORS error, try the curl test (instructions below).