Skip to main content

Action - Custom Action

Introduction

  • Custom Action is mainly designed for developers. It is using the HTTP Method to perform the actions.
  • There are various HTTP request methods, and each one is assigned a specific purpose.
HTTP MethodCRUD operation
GETRead
POSTCreate
PUTUpdate / Replace
PATCHUpdate / Modify
DELETEDelete

Configuration

In order to configure the custom action, please follow the steps below:

  1. Click the (+), choose to Custom Action
  2. EditAction name (optional)
  3. Select Method:
    • GET - POST - PUT - PATCH - DELETE
  4. Provide a URL
  5. Add Header (optional)
    • Provide Key and Valuefor each Header
  6. Add Body fields*(optional)*
    • Ensure using JSON format
  7. Add Sample Response Content (optional)
  8. Select Add button to finish