Appendix
Last updated
Was this helpful?
Last updated
Was this helpful?
This appendix outlines the contents of the Custom Integrations tutorial and provides some links to more in-depth documentation. Return to this document any time you want to review:
Custom integrations
Querying external APIs
Displaying data pulled from external sources
Sorting and modifying data
Create custom integrations under Console > Integrations > Custom Integrations
Once a custom integration has been set up, use it to establish a connection with a specific account under Console > Integrations > Connected Accounts.
You can designate integrations to connect to your app under Settings > Integrations.
All integrations that have been correctly established in the Console will be available for selection, and a single app can be associated with any number of external integrations.
Once an integration has been tied to an application, you can use its credentials to send HTTP Requests to the API.
Once an integration is established in the Console, it can be used in any application within the .
For further discussion of custom integrations, see . For further discussion of integrations more broadly, see .
This is done in
HTTP requests are sent within via the Data Operation.
The Data Operation can be used to clean up or otherwise restructure data via .
Airscript can also be used to , either within a Transform Data Operation or in any input box that accepts Airscript.
Data Flows can designate output, which can be bound to variables and referenced downstream. Bind Data Flow output to variables as part of the Action. Create new variables in the and assign them different . The variables used in this Petfinder App were primarily Activity Group Variables.
Most can display contents or otherwise behave dynamically based on data pulled from an external API. Some such Web Controls include:
Media files can be referenced by their URLs, or, if they're stored more long-term to , their URIs.
If an external API provides a list of data, the contents can be displayed even if the precise length of the pulled list varies or is otherwise unknown. This is done by feeding the list of data to a Web Control and looping through each item in the list. For more on displaying repeating elements, see .