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

Automation Hub User Guide
You can import your ideas using two different methods depending on your needs.
- 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.
Submiting 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 sourceTypeparameter.
- 
                              At the end of the API response, look for the user_inputssection.
- 
                              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_inputsandsource_type.
- 
                              Foruser_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).
 
-