I’m creating my first webhook and having trouble getting the values to insert into a db record. The insert is happening (the record is created) however all the post values are null.
Here is the incoming json:
{
"error": null,
"item_id": "A33VGE7MZBCKrenEkzlPcnldroXXjyf1Naklq",
"new_transactions": 17,
"webhook_code": "INITIAL_UPDATE",
"webhook_type": "TRANSACTIONS"
}
And the server action:
I’m assuming I’m doing something wrong here…ideas?
Thanks,
–Ken
Community Page
Last updated:
Last updated: