0

G'day folks

In short I'm wanting to know whether it is possible for Google Apps to exchange data with another site using the other site's REST APIs?

In my specific case I have a mobile backend running on StackMob & am exploring Google Apps as a possible solution for data management. For that to work it's vital that I can communicate between Google Apps & StackMob using StackMob's API.

Cheers & TIA, Pedro :)

Eric Koleda
  • 12,420
  • 1
  • 33
  • 51
Pedro
  • 878
  • 1
  • 12
  • 29

1 Answers1

1

You may use Google Apps Script's UrlFetch Service to communicate between Google Apps and rest API of StackMob. Here is the reference URL which will help you https://developers.google.com/apps-script/service_urlfetch

Usage example of URLFetch with Twitter API https://developers.google.com/apps-script/articles/twitter_tutorial

Waqar Ahmad
  • 3,716
  • 1
  • 16
  • 27