- Open API
- Introduction to Automation Hub API
- API References
- Generate your Token from Automation Hub
- Input for Automation Pipeline
- Input for Submission Type
- Input for Phase
- Input for Status
- Input for Phase and Status Update
- Input for Business Unit
- Input for Applications
- Input for Category
- Input for Cost Benefit Analysis
- Input for High Level Assessment
- Input for Detailed Assessment
- Input for Automation Idea Creation Date
- Input for Users
- Input for User Status
- User Status Table
- Input for Collaborators
- Output Dictionary
- Automation Hub Open API Power Query Data Parsing
Automation Hub API guide
Used for Submitting the Employee-driven Ideas
| Key | Value | Use Case | Mandatory? |
|---|---|---|---|
| How rule-based is your task? = rules |
| GET and POST request parameters | Yes |
| How would you describe the input data for your task/process? = input_type |
| GET and POST request parameters | Yes |
| How would you describe the structure of your input data? = input_quality |
| GET and POST request parameters | Yes |
| Are you aware of any expected changes to the way you currently perform the activity or process in the following 6 months? = stability |
| GET and POST request parameters | Yes |
| Do you have any documentation regarding this process/activity?= documentation |
| GET and POST request parameters | Yes |
| The Idea submitter submitter | Enter the submitter email address. | Yes | |
| The idea assigned Process Owner owner | Enter the Process Owner email address. | Yes | |
| Automation Idea Name = process_name | Enter the name of the idea using the template. | POST request parameter | Yes |
| Description = process_description | Enter the idea description using the template. | POST request parameter | Yes |
| Automation Idea Area = category_id | You can easily extract Category ID by using the GET category call. | POST request parameter | Yes |
Example:
"process_name": "InvoiceProcessing",
"process_description": "Invoice data entry",
"category": 717,
"rules": 4,
"input_type": 3,
"input_quality": 5,
"stability": 4,
"documentation": 5,
"submitter": "jane.doe@email.com",
"owner": mary.doe@email.com1
}
"process_name": "InvoiceProcessing",
"process_description": "Invoice data entry",
"category": 717,
"rules": 4,
"input_type": 3,
"input_quality": 5,
"stability": 4,
"documentation": 5,
"submitter": "jane.doe@email.com",
"owner": mary.doe@email.com1
}
UI Correspondent: Submit an Idea