#TheF1ng3r-webhook-body

1 messages · Page 1 of 1 (latest)

steep tree
#

Which of our webhook guides is this? Sometimes it can be surprisingly tricky to actually get the raw body

jaunty patrol
#

The one in the create webhook local environment

steep tree
#

And you've double checked that your webhook signing secret is what you expect it to be?

jaunty patrol
#

Yep it’s the one it gives you correct?

#

Where it says:
Your webhook signing secret is …

steep tree
#

From the listen command? Yes

jaunty patrol
#

Yes

steep tree
#

And I also mean just debugging and seeing that the value is actually there

#

Let me think on what else it may be

jaunty patrol
#

Found the issue, forgot to remove something that converts it to json

#

It works now

steep tree
#

Oh that is great!

#

So it wasn't the raw body essentially?

jaunty patrol
#

Yes

#

Also how would I pass metadata through the testing cli?

steep tree
#

You mean when triggering events through the CLI?

jaunty patrol
#

Yes

steep tree
#

I am not sure if that is possible to add on through the CLI

jaunty patrol
#

Ok

steep tree
#

If you create an event with an object with metadata otherwise it will get passed through

#

And then you can resend the event via the API if you want

jaunty patrol
#

Il just add it manually at the start

#

Thanks for all of the help

steep tree
#

Of course, happy to help!