Webhook Not Inserting into DB

I’m trying to use webhooks to get some data into my database.
But it never gets into my DB.

https://webhook.site says this is what is being sent:

“envelope”: {
“to”: “afc1db9288e596eae297@cloudmailin.net”,
“recipients”: [
afc1db9288e596eae297@cloudmailin.net
],
“from”: “mail@mailaddress.comt”,
“helo_domain”: “smtp01-smtp-0.daemonmail.net”,
“remote_ip”: “216.104.162.130”,
“tls”: false,
“tls_cipher”: null,
“md5”: “217a4522ec0b13619a16acc6cd47f973”,
“spf”: {
“result”: “none”,
“domain”: “mailaddress.com
}
},
“plain”: “This is a test email!”,

I made a server action under webhooks.
I don’t know much about webhooks. I examined @mebeingken forum posts about it from back in 2019. It was a bit helpful but obviously something is still wrong.
In there I made a Database Insert. It looks like this:

This is the place that is sending me the data.
When I use the Webhooks server action it gets a 200 response… but nothing ever gets inserted into my database. That’s the problem.

I tried basically doing the same thing in the API section and that gave me a 500 response.

Any help?
THANK YOU!
Jeff

Community Page
Last updated: