Skip to main content

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?

Hi @mweel1 

Have you tried asking ChatGPT for help?

 

 


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 🙂.


Reply