Action - Custom Action
-
OSS/BSS Answers
Access Control Admin Audit B3Network Master Account Channel App Contract App Customer App Discount App Edge Server File Management Finance App Invoice App Number Management Payment Portal Settings Price List Product App Release V2 SMS Gateway Supplier App Support Center Support Hub Business Hub Sales Hub
- App Model - Organization Management
- App Model - Communication Apps Answers
- License Model - Organization Management
-
License Model - CPaaS Solution Answers
Phone System - Admin Guide Phone System - End-user Guide Mobile App Desktop App Web Phone Auto Attendant - Admin Guide Developer Hub - Admin Guide Microsoft Teams Operator Connect - Admin Guide Microsoft Teams Direct Routing - Admin Guide Contact Center - Supervisor Guide Contact Center - Agent Guide Omni-Channel SIP Trunk CPaaS - SIP Trunk Power SIP Trunk CPaaS Fax Contact Dashboard Campaign File Explorer
- Telcoflow
- Integrations Answers
- Updated Regulations
- Ideas Portal
Table of Contents
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 Method | CRUD operation |
---|---|
GET | Read |
POST | Create |
PUT | Update / Replace |
PATCH | Update / Modify |
DELETE | Delete |
Configuration
In order to configure the custom action, please follow the steps below:
- Click the (+), choose to Custom Action
- Edit Action name (optional)
- Select Method:
- GET - POST - PUT - PATCH - DELETE
- Provide a URL
- Add Header (optional)
- Provide Key and Value for each Header
- Add Body fields (optional)
- Ensure using JSON format
- Add Sample Response Content (optional)
- Select Add button to finish