#Has anyone used Zapier before? tryna
1 messages ยท Page 1 of 1 (latest)
bro it's so wild
are you sending a post to zapier with your events? whats the scenario?
yeah so lemme give u the rundown
(been a long time since i did this but I'll try and help)
so im sending this post request
and it's working
HOWEVER
this is what im sending with zapier webhooks
really dont understand where im going wrong
so not getting an input error or anything
im getting this internal server error
which my server is working cause its working with POSTMAN
any idea ๐
@frank quarry 
so you're using zapier to make a post request to your nextjs deployment on vercel?
correct !
do you see the request and any related errors when you go to your_deployment_url.com/_logs?
yo
what the !
well, the good news is you got a new error
and you doing anything with upstash/redis?
yeah im storing the emails there
yeah i was about to say, looks like the value isnt coming through or you're accessing it wrongly maybe
yeah probably, gotta check dat config
do the classic console.log and print out that entire request body with JSON.stringify and see wth is going on
when in doubt, console.log in prod 
i thought it could show it in the log view of vercel, but I may have dreamed that
how do i console.log in prod brotha
it'll show in the vercel log view (i think, idk, dont quote me) when you select the line for the request
lemme check that actually
ok yeah so if you log something it shows in the / request line in logs if you select it
and yeah i reckon its not coming from zapier correctly
you're welcome ๐
and good choice on redis btw, love that boi