#birdy247-cli-webhook

1 messages ยท Page 1 of 1 (latest)

fiery vapor
#

@trail nova for that call to work you need to
1/ Use the correct webhook endpoint secret (special for the CLI)
2/ Get the exact raw JSON body and not tamper with it in any way

trail nova
#

How do you mean tamper with it

#

We json_decode it first

#

Is that going to cause a problem?

fiery vapor
#

yes you shouldn't be decoding it at all, you should be passing exactly what you receive, treat it as a closed box you can't see

trail nova
#

Right

#

So the entire request?

#

Still fails

#

No signatures found matching the expected signature for payload

#

Sorry, my bad

#

It works ๐Ÿ˜’

#

๐Ÿ˜„

fiery vapor
#

yay!