Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • API is a Workflow Action That is used to call records or External URLs.

  • API Can be called from two source

    • Model

    • URL

API Workflow Creation

  • Go to the Workflow tab

  • Click the + icon

    • A new blank workflow screen opens

      • Give a name

      • Select a type of workflow

      • Click on Save

...

Config

  • Source API Type: Source API type

  • Model: If you select Source type as Model, then Select your Model

  • URL: If you select Source type as URL, then provide URL

    • Authorization Type: Select the type of URL

    • Relative Url: Enter the API URL

    • Method: Select the method which you want to request, following are the methods that are available

      • GET

      • POST

      • PUT

      • DELETE

    • Is Request Array: If the checkbox is checked, then the request is stored in an array

    • Request Body: Click on the + icon to add Request Body

      • Label: The label is used to identify the Request Body

      • Name: Name is the unique identifier of the Requested Body

      • Field Type: Select the field type

      • Required: If the checkbox is checked, then the field will be required

      • Is Array: If the checkbox is checked, then the field is stored in an array

      • Default Value: Enter the default value for your request

    • Response: Click on the + icon to add Response

      • Label: The label is used to identify the Response

      • Name: Name is the unique identifier of the Response

      • Field Type: Select the field type

      • Required: If the checkbox is checked, then the field will be required

      • Is Array: If the checkbox is checked, then the field is stored in an array

      • Default Value: Enter the default value for your Response

Action Details

  • Label: Label is used to identify the Query Records at UI

  • Name: Name is the unique identifier of the modal

  • Description: Description is some information about the workflow action

API Workflow Creation

  • Drag and drop the API

...

  • Return to the Layout Page

...