Map Oauth response to custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 04:06 AM
Hi Team,
We were working on a requirement where we are receiving the response from the third part and that is been stored in the response of HTTP Method by using get method. Now the data received need to be pushed to custom table created. Can anyone let us know how to do it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2024 01:43 AM
To send data received from a third party via the HTTP GET method to a custom table, you can use a programming language or data manipulation tools such as Python with the Requests library or JavaScript using the XMLHttpRequest or Fetch API. First make a request to the third party server using the appropriate URL and HTTP GET method, then process the received data and store it in your custom table using the appropriate database or data warehouse methods or functions.