How to extract specific data from a webhook payload using node JS, and POST that to my contacts in .
SOLVE
I have built a node js app inorder to integrate vend and hubspot. I can use the following post route to add contacts to my test account. However what I want is take the relevant data from a vend webhook and post that to hubspot. this current set up won't allow that type of dynamic data.
Where I am stuck is getting this payload and posting it to hubspot. I have watched all the relevant videos in the academy and scoured stack overflow but can't find an answer.