Hello, I have a webhook connecting a facebook API to a form in Eloqua to insert data. This is hosted on a Heroku app. I have been seeing submission data inserted as usual today, but after I made an update to the code and redeployed, I no longer see any new submission data inserted into the form when I check “submission data” on the platform.
I'm still getting a 201 response from the REST API (/api/REST/2.0/data/form/id), however, so I'm not sure what is failing. The only updates I made to the code was updating the FB API versioning, and everything else stayed the same. The Facebook API is not failing (I'm getting success responses from FB when running locally), and I'm inserting the data to log in a separate database since I'm receiving a success message from Eloqua.
Is there anything else for me to check? I'm using 2.0 for Eloqua. Regardless of whether I run the request locally or through the app, I'm getting that 201 message but no actual data inserted in the form.