Can you create a PUT webhook type in Marketo? | Community
Skip to main content
Troy_Larson
New Participant
March 10, 2021
Solved

Can you create a PUT webhook type in Marketo?

  • March 10, 2021
  • 1 reply
  • 4778 views

Hey all -

 

I'm working with my developer and we have a question, we're hoping someone can help us with - Does Marketo's Webhook capability have an option for PUT request type rather than just a GET or Post? Are there any known workarounds available from within Marketo to get a PUT request type?

 

Thanks!

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

The only workaround would be if your web server supports the non-standard-but-sometimes-supported _method=PUT query override.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
March 11, 2021

The only workaround would be if your web server supports the non-standard-but-sometimes-supported _method=PUT query override.

Troy_Larson
New Participant
March 11, 2021

Thanks @sanfordwhiteman, good to know.

Kurt_Koller
New Participant
April 27, 2021

I'd personally love to see this, I just ran into this where we were hoping to do a pretty great integration with something, and it requires PUT for updates and we can't call it even with ?_method=PUT