Skip to main content
1-Visitor
April 18, 2018
Question

Communication WebServer

  • April 18, 2018
  • 3 replies
  • 2008 views

Hi,

 

I have an webServer in flask and I want to send some values from ThingWorx to the webServer. What is the best way? Is this possible?

 

Best Regards!

3 replies

5-Regular Member
April 18, 2018

Hi @Gmachado14 could you please elaborate a bit on the use case. Generically speaking you should be able to communicate to ThingWorx via the ThingWorx's REST API.

1-Visitor
April 18, 2018

Yes, sorry for the short description.

 

I am receiving data from sensors in Thingworx.

But now I want that my Things in Thingworx to communicate with a web server that I have (send a http post to the webserver).

 

After the first post I found the snippet (PostText) and I think that I need to use this. 

 

Hope this new information helps

 

Best Regards!

5-Regular Member
May 4, 2018

Hi @Gmachado14 sorry it took me sometime to get back to this. But yeah like previously mentioned and also what you found these services can help you send data via REST calls.


Additionally, if you need to write your custom REST calls using ThingWorx REST API you can always refer to this documentation for more detail ThingWorx REST API

 

Hope this helps.