Skip to main content

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.

Hi @bbrooks317, welcome to the Community!

 

Can I double-check something? Are you trying to do this with a Webhooks action in a Zap, or are you trying to build a custom integration for your CRM?  In either case it’s fine to post here, I’m just trying to better understand what you’re looking to do 🙂

 

If you’re trying to build a webhook step in a Zap, then you might have more luck if you built the webhook as an integration as that can handle the authentication for you.