Skip to main content

I am a beginner on a paid Zapier plan setting up a Zap with "Webhooks by Zapier" trigger ("Catch Hook").  My action event is Notion- Create Database Item.  When I try to configure my database fields, I am running into an issue where my parsed data is not being made available for mapping each Notion field. I’ve provided screenshots hoping they’re useful.  HELP PLEASE!!!

  1. The trigger is successfully receiving POST requests with a JSON body (it returned 200 OK in Postman, and "Find new records" finds records).
  2. When viewing the details of the records found in the trigger step's test results, the actual key-value data from the JSON payload is visible and correctly parsed (e.g., you see name: "...", date: "...", etc.).
  3. However, in the subsequent Notion "Create Database Item" action step, when attempting to map data to the Notion properties by clicking in the field and typing "/" or clicking "+", the list of available data options only shows schema details (e.g., descriptions, types, schema paths) and does NOT include the actual data values from the webhook payload for selection and mapping.

 

Adding this additional screenshot if helpful to troubleshoot

 


Hi ​@Orchestrator 

What app is firing the webhook url?

For webhook triggers, the origin app needs to fire for the configured app event in order to send real data to the webhook URL.

Try testing again in the origin app, then pull thru new examples in the Zap trigger step.