#birdy247-cli-webhook
1 messages ยท Page 1 of 1 (latest)
@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
How do you mean tamper with it
We json_decode it first
Is that going to cause a problem?
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
Right
So the entire request?
Still fails
No signatures found matching the expected signature for payload
Sorry, my bad
It works ๐
๐
yay!