many-solstice-17760
02/29/2024, 4:58 AMfresh-fireman-491
02/29/2024, 5:09 AMadorable-hydrogen-71516
02/29/2024, 10:05 AMmysterious-cricket-72777
02/29/2024, 5:15 PMworkflow.makeSuccess = false
let currentDateTime = new Date()
const messageData = {
date: currentDateTime,
email: workflow.email,
phone: workflow.phone,
name: workflow.fullname,
product: workflow.whatProduct,
vision: workflow.vision,
convsummary: conversation.SummaryAgent.summary
}
try {
const response = await axios.post('THIS IS WHERE YOU ADD THE LINK THAT THE HOOKS APP GIVES YOU', messageData)
console.log(response.data)
workflow.makeSuccess = true
} catch (error) {
console.error(error)
}
mysterious-cricket-72777
02/29/2024, 5:15 PMmysterious-cricket-72777
02/29/2024, 5:16 PMmysterious-cricket-72777
02/29/2024, 5:16 PMmany-solstice-17760
03/01/2024, 4:15 AM