Building an InvokeURL

After creating the connection, it gives you some sample code you can use. This is how you begin to build an invokeURL.

Every API call (found in its app’s specific documentation) uses a URL to which it navigates.

Then, you specify which TYPE of API call it is.

For “parameters”, you build and include your data map.

And last, for “connection”, you simply include the “name_of_your_connection”.