Skip to main content
Best answer

Is using Webhook secured

  • November 30, 2022
  • 7 replies
  • 261 views

Hey guys,

I am looking to create a zap that is triggered when a user is buying an ecommerce item in my webflow site and trigger an http post request.

The thing is, in the URL i need to have an api private key.

Is it safe to use it this way? Is the weebhook url secured and not exposed?

 

Thanks a lot,

DuoDiv

Best answer by Troy Tessalone

@DuoDiv 

Yes, that’s supported.

The API request is not being sent via a browser.

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

7 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • November 30, 2022

Hi @DuoDiv

Good question.

The Webhooks app can handle API Keys/Tokens in Headers, query string parameters, or body parameters.

 

Basic Auth is also supported.

 


  • Author
  • Beginner
  • November 30, 2022

Hi @DuoDiv

Good question.

The Webhooks app can handle API Keys/Tokens in Headers, query string parameters, or body parameters.

 

Basic Auth is also supported.

 

Hi @Troy Tessalone, thanks for the reply,

Yes i know, but this is not what i need. The Webhook url contain my key.

Like: https://blabla.blabla.com/api/v2/API_KEY

Is it safe to put my private key in the webhook url?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • November 30, 2022

@DuoDiv 

Yes, that’s supported.

The API request is not being sent via a browser.


  • Author
  • Beginner
  • December 5, 2022

@Troy Tessalone 

Hey mate :)

is there a way to add data to the request from a form submition that is submited during the checkout?

for example data from the checkout itself?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • December 5, 2022

@DuoDiv 

That would have to be configured on the app that is making the webhook request.


  • Author
  • Beginner
  • December 5, 2022

@DuoDiv

That would have to be configured on the app that is making the webhook request.

@Troy Tessalone 

i am using webflow, and using the new order trigger.


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • December 5, 2022

@DuoDiv 

The data points would need to be available on the Webflow New Order trigger data in order to map to other Zap action steps.