Best answer

Outgoing API Action

  • 15 December 2023
  • 2 replies
  • 52 views

Userlevel 1

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?

icon

Best answer by Troy Tessalone 15 December 2023, 23:15

View original

2 replies

Userlevel 7
Badge +14

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