Configuring Action
Actions push or put new data into apps through API calls that pass data from user customized input fields. Configuring actions can be required in the following cases:
create new items in an app
update existing items with a create action
find existing items in an app with search actions
Actions are of 2 types:
Create: add new data to your app
Search: finds data in apps and optionally create new items if the search returns no results
Before you start
You should have a configured app.
How it works
From your Partner Dashboard
Go to App. All your created apps will be visible on this page.
Select a created app.
You will be redirected to the App detail page.
Click on the Extension page.
Click on Actions tab and click Add Action.
Fill in the core details:
Type: type of action
Key: A unique identifier for this action
Name: A human friendly plain text name for this action
Noun: A single noun that describes what this action
Description: A plain text sentence that describes what your action does to help users understand why they should use this action
Visibility Options: An option to select when this action will be shown.
Important : shows the action by default which in App’s action list.
None: Choose None if you want this action hidden by default
Hidden: choose Hidden if this action should not be shown to users
Enable create if not found: This field is only visible in case the type of action is Search. Check this checkbox if you wish to pair this action with a Create action if not found while searching. On checking this checkbox, new field will be visible:
Create Action : Choose an Action that will create this object from the list of existing Create actions.
Click on Save and continue.
Input Designer will open to build the input form field for your action. Add all the required fields in input designers that your API will require to create, update or search app.
Click on Save and continue.
Enter API configuration.
Enter url where Eshopbox will make request and send input data.
Enter type and body.
Enter output json of your API.
Click on Save and continue .
NOTE: You can turn your form mode to code mode. Click the Switch to Code Mode to write a custom API call in JavaScript code.
Test your API request: Once your API call is added, test it inside visual builder with testing data.
Test your Authentication Configuration: Select your auth account for testing. Authenticate with your app if you haven’t already.
Then fill in each input field under the Configure Test Data section with data(input fields) that will work in your app.
Click Test Your Result
Click Finish testing and continue.
Define your Output: Steps to define sample output data.
Sample Data: Enter JSON-formatted sample output data for the most commonly used fields from this Trigger to use in APP as sample data if users don’t test it.
Click on Generate output field definitions.
Output Fields: On click Generate output field definitions. A table gets created with key-value pairs as mentioned in the sample data. (NOTE* You can Add user-friendly names for the most popular fields from API output data). The Type of the value is auto-detected, you can change if we have incorrectly detected it.
Click on Save and continue.
Reference doc: https://platform.zapier.com/docs/actions
Reference for UI:
Core Settings:
Field Name | Type | Required |
---|---|---|
Type | Radio Button | Yes |
Key | Short text | Yes |
Name | Short Text | Yes |
Noun | Short Text | Yes |
Description | Long Text | Yes |
Visibility Options | Dropdown | No |
API Configuration:
Title | Field Name | Type | Required |
---|---|---|---|
API Request | URL | Text | Yes |
| Request Type | Dropdown | Yes |
| Header | Key-Value | Yes |
| Body | Key-Value | Yes |
| URL Params | Key-Value | Yes |
Test your API Request | Test your Authentication Configuration | dropdown | Yes |
Define output | Sample data | Json | No |
Screenshots for reference: