Skip to main content
Best answer

Outgoing API Action


I am trying to create an outgoing Webhook/API call.  However the call needs to use a oAuth1 header.

 

The Signature Method is HMAC-SHA265.

 

I have a consumer key, consumer secret, access token, and token secret.  

 

What is the best way to go about creating the Authorization header for this type of request?

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @mweel1 

Have you tried asking ChatGPT for help?

 

 

View original
Did this topic help you find an answer to your question?

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30957 replies
  • Answer
  • December 15, 2023

Hi @mweel1 

Have you tried asking ChatGPT for help?

 

 


redehubng
  • New
  • 3 replies
  • December 18, 2023

Hi @mweel1

 

you can generate the auth outside Zapier and just copy the value into the header section of the Webhook action.

If you have more than one account you will be connecting with, the Zapier table can be used to manage the records you will just need to add an extra action to find the record in the Zapier table based on a unique key.

 

This is how I will approach this, hope this is helpful :-).