Webhook
# 🤝help
this isn't working as well, which is the thing I need actually, I just noticed it that it doesn't work in the table as well. https://cdn.discordapp.com/attachments/1225942489513463901/1225942713292292137/image.png?ex=6622f71f&is=6610821f&hm=035e4fc65eeb5ea8417c16929f1889652d1fc018952d63e5c1297e892dabb8b4&
when I try to send the workflow.firstname and workflow.phone to make
f
Have you tried running it? Seems like it shouldn't be an issue, as long as you get the body, when you run it.
s
@fresh-fireman-491 yeah, it always stops then sending the twilio out because the two variables firstname and phone are empty
f
Can you add a screenshot of your flow, starting from the trigger, where you receive the payload, here.
f
Can you try and add console.log(workflow.firstname) console.log(workflow.lastname) etc... In the first execute code card
f
No
Under
Keep what you had before
Add console.log etc..
f
Yes. Now run it again, and check the logs
but make doesn't receive anything
@fresh-fireman-491
f
Did you hit publish? Try adding
console.log('Test Message')
at the bottom, then hit publish and run it again
s
@fresh-fireman-491 it worked! Thank you so much.
f
You are very welcome, but I think it was mainly you