Hello,
I am looking to get a database online from the Webhooks I made. Would anyone be able to tell me how to view the Webhooks on my website?
I currently use Hostgator and would like to use asp.net to get my Webhooks.
The site is generated by https://api.particle.io/v1/devices/{{device_id}}/analogvalue?access_token={{access token}}
Unfortunately, I need a better way to view the data, specifically a database.
Previous steps taken to store data:
- Use Microsoft Visual Studio firefox plugin to save data
- Data gets saved to SQL server
Needed after asp.net help
- Send webhook to cloud database
- Store and manage the result data.