workflow.makeSuccess = false const leadData = { ...
# 🌎general
f
> workflow.makeSuccess = false > > const leadData = { > > name: workflow.name, > email: workflow.email, > phone: workflow.phone_number, > purpose: workflow.purpose > > } > > try { > const response = await axios.post('YOUR_MAKE_WEBHOOK_HERE', leadData) > workflow.makeSuccess = true > } > catch (error) { > console.error(error) > }