Add a hash to my webhook | Community
Skip to main content
Ric_Kolibar
New Participant
December 12, 2022
Solved

Add a hash to my webhook

  • December 12, 2022
  • 1 reply
  • 1841 views

How do I add a hash to my webhook from Marketo to Salesforce. 

Salesforce admins are asking for one.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Generally: No.

Given certain requirements: Maybe.

If you want to use a webhook-powered service that requires a hash for authentication, but your company’s internal security rules didn't specifically require the hash, then you could generate the hash using another webhook.

 

Naturally, the 1st webhook — which generates the hash — would be authenticated via preshared key. Then include the hash in the 2nd webhook's headers. You can use Data Value Changes on the hash field to trigger the 2nd webhook.

1 reply

SanfordWhiteman
New Participant
December 12, 2022

A hash... of what data? Not enough to work with here!

Ric_Kolibar
New Participant
December 13, 2022
ric kolibar
SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
December 13, 2022

Generally: No.

Given certain requirements: Maybe.

If you want to use a webhook-powered service that requires a hash for authentication, but your company’s internal security rules didn't specifically require the hash, then you could generate the hash using another webhook.

 

Naturally, the 1st webhook — which generates the hash — would be authenticated via preshared key. Then include the hash in the 2nd webhook's headers. You can use Data Value Changes on the hash field to trigger the 2nd webhook.