Question

How do we add a secure Key as a parameter in Custom Post Request by Webhooks in Zapier?

  • 31 July 2022
  • 1 reply
  • 67 views

We have the Data field as follows: 

 

const options = {

url: '',

method: '',

headers: {

'Content-Type': 'application/form-data',

'Accept': '',

'AccessKey': ''

},

params: {

'secureKey': ''

},

body: {

'username': 'Alex',

‘age’: ‘19’,

‘gender’: ‘male’

}

 

With each field having the values, when we test this body field, we get an Invalid Organization Key Error, meaning that the params (secureKey) is not read in the Data field body, How do we solve such an issue, we are writing in form-data format.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @khaledeissa12 

Good question.

There is a separate section for Headers in the CUSTOM Request.