- Open API
- Introduction to Automation Hub API
- Introduction to Automation Hub API (Automation Cloud Public Sector)
- API References
- Generate your Token from Automation Hub
- Authentication to the Automation Hub API
- Authentication to the Automation Hub API (Automation Cloud Public Sector)
- Add users in bulk to Automation Hub using OpenAPI
- Bulk edit users in Automation Hub using OpenAPI
- Retrieve Automation Idea in Idea Phase Awaiting Review Status
- Retrieve the Cost Benefit Analysis for a Specific Idea
- Update Automation Idea Phase and Status
- Retrieve a User Account
- Update Account Details for Employees from Automation Hub
- Inactivate User Accounts that are Not Part of the Company
- Power BI Integration Video Tutorial
- Service Now Outbound Integration Video Tutorial
- 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 Custom Connector
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": "[email protected]",
"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": "[email protected]",
"owner": [email protected]
}
UI Correspondent: Submit an Idea