Appendix
This appendix outlines the contents introduced in the process of building your first app and providesย some links to more in-depth documentation. Return to this document any time you want to review the fundamentals of how to build in Airkit.
Airkit Studio
When you first create an app, you'll be automatically taken to Journey Builder
In the Journey Builder, you can:
- Indicate how your Journey is triggered
- Define the Steps that make up the application's Journey
- Define what Web Flow each Step begins
- If there are no Web Flows to select from, you can create a new one
To build or edit a Web Flow, navigate to Web Flows Builder
Web Flows Builder is where you can:
- Create and editย Web Flows
- Create and edit the Web Pages that make up theย Web Flows
- Create and editย Web Controlsย on each Web Page.
Web Controlsย serve as small UI building blocks.
- Exampleย Web Controlsย include:
- Labels
- Buttons
- Input boxes
- Input boxes can accept various various Data Typesย and store them as variables
- (The four input boxes created for the purpose of our Contact Form accepted four instances ofย Textย input, including one in the special form Emailย and one in the special form Phone)
The appearance of each Web Controlย is highly customizable.
- Modify them individually, under the "Style" section in the Inspector
- Make app-wide changes to Variants using Theme Builder.
Web Controls can be associated with Events and Actions.
- Events trigger Action Chains, which are a set of Actions taken sequentially.
- Actionsย dictate how your app will behave
- Common Actions include:
- Navigating to another Web Page
- Performing a custom Data Flow
- Custom Data Flowsย are created in the Connections Builder, see below
- Common Actions include:
To store and structure data, use the AirData Builder
Theย AirData Builderย is where you can define AirData App Objects
- Data in AirData App Objects can beย stored and queried
- In order for the other Builders to have access to an AirData App Object, its definition must be saved and migrated
To use and modify data, use the Connections Builder
The Connections Builder is where you can:ย
- Construct custom Data Flowsย out of component Data Operations
- Data Flows connect the UI of your Airkit apps to other systems, be they part of Airkit (like AirData) or not (like Salesforce).
Updated over 2 years ago