Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting 201 Response from REST API but no actual data insertion

maya rafalowiczNov 18 2024

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.

Comments

Processing

Post Details

Added on Nov 18 2024
0 comments
136 views