Unable to Generate Post Sample Data

  1. I have the hardest time generating sample data for webhooks. i have tried for days to paste a previous runs data into the generate sample dataand just get the error ùnable to process, try again later.

  2. ok. i can generate getdata, just not data for post

@jtbrazil Welcome to the community :waving_hand: ,

From your screenshot, this looks less like a sample-data issue and more like the POST to /api/v1/webhooks/.../test is getting a 403 Forbidden before it reaches Activepieces. Something in front of your hosted instance (Cloudflare, nginx, etc.) may be blocking it.

can you share:

  1. In DevTools → Network tab, click the failed /test request and screenshot the response headers and response body.
  2. Is act.easyagentpro.com behind Cloudflare or any WAF/reverse proxy?

That’ll confirm where the 403 is coming from.