- Release notes
- Getting Started
- Permissions
- Starting as
- Admin Console
- Workspace
- Explore
- Share Idea or Automation
- Dashboards
- My Tasks
- Notifications
- Email Notifications
- Resources
- Studio Integration
- Task Capture Integration
- Automation Store
- Additional Resources

Automation Hub User Guide
Importing your ideas
linkYou can import your ideas using two different methods depending on your needs.
Using Import Pipeline
link- It's useful for a one time import only.
- When you have ideas or want to update them with details applicable to: Overview Assessment and High Level Assessment.
Check the Import Your Pipeline page to find out more.
Using OpenAPI
link- It's useful when you are importing ideas on a regular basis.
- When you want to update ideas with details applicable to: Detailed Assessment, Citizen Delevoper Assessment, Change Request Assessment, Execution Assessment or Miscellaneous Assessment.
Submit an idea in Automation Hub via the Open API
linkSubmiting an idea in Automation Hub using two endpoints.
-
Use the Get Idea Schema Endpoint.
-
This one brings all the data about the fields from your assessment.
-
You can tell it what assessment you want in the
sourceType
parameter. -
At the end of the API response, look for the
user_inputs
section. -
This section will provide you the exact structure you need for the Submit Idea API call.
-
-
Use the Post Idea From Schema Endpoint.
-
This one has two main sections:
user_inputs
andsource_type
. -
For
user_inputs
, use the exact same structure you got from the previous call. -
It contains sample data, so make sure to update it with the data you need to submit.
-
For the
source_type
, just use what you used as a source type in the initial call (COE, CD, etc).
-