I am trying to build a webhook zap where it posts to my CRM agencybloc and i have the following items that needed to be added.
No parameters should be in the URL or querystring. The body of the request must contain the security credentials, as well as the method-specific parameters.
For example:
- sid=mySID
- key=myKey
- lastName=Doe
- firstName=John
I am trying to figure out how i do this on the webhook function as i am trying to take information from formstack and push it to this webhook. I have the formstack intgration down as that was easy, but i am having trouble with building the recieving webhook.