Skip to content

Commit 2ab7314

Browse files
kunj-sanganiSDPCloud94farhansaferoombizthomasio101
authored
Feature/accept mission certified connector (#4058)
* ManageEngine ServiceDesk Plus Cloud app submission (#2517) * Partner Center connector - new fields and deal registration actions (#2130) * Update apiDefinition.swagger.json * Latest changes * fix format warning * X-Caller_Id should be optional * Update apiDefinition.swagger.json Review changes - ->Added reg status and sub status fields. ->Update the fields descriptions as per api's details available on Microsoft public site. ->Remove submission related fields. ->Mark registration status field as read only. ->Remove offerId from root. ->Use Enum values in Create deal registration model. ->Create a separate model for update deal registration. Create a separate action for update deal registration. * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json Add deprecate text in Update a referral by Id action * Update apiDefinition.swagger.json Connector status keep as Preview and UpdateReferralById deprecated keep as false but deprecated word in description. * Update apiDefinition.swagger.json update deal registration success message. * Update apiDefinition.swagger.json added title for registration object * Bitskout Connector (#2140) * Bitskout Connector * Requested changes * EC-14395 Make it so fields aren't required anymore for updates (#2150) * Added orderby parameter * Added orderby parameter * feat: add x-ms-pageable extension * feat: add updatenextlink policy instance * refactor: whitespace refactoring * Update apiProperties.json * fix(EC-14395): Integrate the patch schema endpoint * fix(EC-14395): Add specs for the schema endpoint's responses * fix(EC-14395): Add required fields to the schema Co-authored-by: Johannes Heesterman <[email protected]> Co-authored-by: johannesheesterman <[email protected]> Co-authored-by: Stan van Rooy <[email protected]> * ManageEngine ServiceDesk Plus Cloud app submission * Categories and readme document updated * Categories updated --------- Co-authored-by: Farhan <[email protected]> Co-authored-by: saferoombiz <[email protected]> Co-authored-by: Tess Ellenoir Duursma <[email protected]> Co-authored-by: Johannes Heesterman <[email protected]> Co-authored-by: johannesheesterman <[email protected]> Co-authored-by: Stan van Rooy <[email protected]> Co-authored-by: Mahbub Murshed <[email protected]> Co-authored-by: SDPCloud <[email protected]> * introduce llm-friendly x-ms- properties (#4019) * introduce llm-friendly properties * Remove search description property * change to name for agent and description for agent * for agent to for model --------- Co-authored-by: Mads Bolaris <[email protected]> * Add Accept Mission certified connector * paconn validated schema --------- Co-authored-by: SDPCloud <[email protected]> Co-authored-by: Farhan <[email protected]> Co-authored-by: saferoombiz <[email protected]> Co-authored-by: Tess Ellenoir Duursma <[email protected]> Co-authored-by: Johannes Heesterman <[email protected]> Co-authored-by: johannesheesterman <[email protected]> Co-authored-by: Stan van Rooy <[email protected]> Co-authored-by: Mahbub Murshed <[email protected]> Co-authored-by: SDPCloud <[email protected]> Co-authored-by: Mads Bolaris <[email protected]> Co-authored-by: Mads Bolaris <[email protected]>
1 parent 77f21a1 commit 2ab7314

File tree

4 files changed

+11843
-1
lines changed

4 files changed

+11843
-1
lines changed
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# AcceptMission
2+
3+
Accept Mission is an AI-Powered Innovation Platform that helps organizations unlock their full potential for innovation. This connector allows you to seamlessly integrate with Accept Mission's innovation software to launch idea campaigns, collect and manage ideas, and streamline innovation workflows directly within your Power Platform apps and flows.
4+
5+
## Publisher: Creatieve Koppen
6+
7+
## Prerequisites
8+
9+
You will need the following to proceed:
10+
* An Accept Mission account with API access
11+
* Valid API credentials for your Accept Mission environment
12+
13+
## Supported Operations
14+
15+
The connector supports the following operations:
16+
17+
### Categories
18+
- **Get categories** - Retrieve all categories
19+
- **Create category** - Create a new category
20+
- **Get category by ID** - Retrieve a specific category by ID
21+
- **Update category** - Update an existing category
22+
- **Delete category** - Delete a category
23+
24+
### Departments
25+
- **Get departments** - Retrieve all departments
26+
- **Create department** - Create a new department
27+
- **Get department by ID** - Retrieve a specific department by ID
28+
- **Update department** - Update an existing department
29+
- **Delete department** - Delete a department
30+
31+
### Ideas
32+
- **Get ideas** - Retrieve all ideas
33+
- **Create idea** - Submit a new idea
34+
- **Get idea by ID** - Retrieve a specific idea by ID
35+
- **Update idea** - Update an existing idea
36+
- **Delete idea** - Delete an idea
37+
- **Get idea tasks** - Retrieve tasks associated with an idea
38+
- **Create idea task** - Create a new task for an idea
39+
40+
### Missions
41+
- **Get missions** - Retrieve all missions (idea campaigns)
42+
- **Create mission** - Create a new mission
43+
- **Get mission by ID** - Retrieve a specific mission by ID
44+
- **Update mission** - Update an existing mission
45+
- **Delete mission** - Delete a mission
46+
47+
### Projects
48+
- **Get projects** - Retrieve all projects
49+
- **Create project** - Create a new project
50+
- **Get project by ID** - Retrieve a specific project by ID
51+
- **Update project** - Update an existing project
52+
- **Delete project** - Delete a project
53+
- **Get project tasks** - Retrieve tasks associated with a project
54+
- **Create project task** - Create a new task for a project
55+
56+
### Tasks
57+
- **Create task** - Create a new task
58+
- **Get task by ID** - Retrieve a specific task by ID
59+
- **Update task** - Update an existing task
60+
- **Delete task** - Delete a task
61+
- **Get task by Sync ID** - Retrieve a task using its sync ID
62+
63+
### Topics
64+
- **Get topics** - Retrieve all topics
65+
- **Create topic** - Create a new topic
66+
- **Get topic by ID** - Retrieve a specific topic by ID
67+
- **Update topic** - Update an existing topic
68+
- **Delete topic** - Delete a topic
69+
70+
### Funnels & Funnel Lanes
71+
- **Get funnels** - Retrieve all funnels
72+
- **Create funnel** - Create a new funnel
73+
- **Get funnel by ID** - Retrieve a specific funnel by ID
74+
- **Update funnel** - Update an existing funnel
75+
- **Delete funnel** - Delete a funnel
76+
- **Get funnel lanes** - Retrieve all funnel lanes
77+
- **Create funnel lane** - Create a new funnel lane
78+
- **Get funnel lane by ID** - Retrieve a specific funnel lane by ID
79+
- **Update funnel lane** - Update an existing funnel lane
80+
- **Delete funnel lane** - Delete a funnel lane
81+
82+
### Users
83+
- **Get users** - Retrieve all users
84+
- **Create user** - Create a new user
85+
- **Get user by ID** - Retrieve a specific user by ID
86+
- **Update user** - Update an existing user
87+
- **Delete user** - Delete a user
88+
- **Get company** - Retrieve company information
89+
90+
### Triggers
91+
The connector also provides various webhook triggers for real-time notifications:
92+
- Idea created, updated, or deleted
93+
- Project created, updated, or deleted
94+
- Task created, updated, or deleted
95+
- Category created, updated, or deleted
96+
- Department created, updated, or deleted
97+
- Funnel and funnel lane created, updated, or deleted
98+
- Mission created, updated, or deleted
99+
- Topic created, updated, or deleted
100+
- User created, updated, or deleted
101+
102+
## Obtaining Credentials
103+
104+
To use this connector, you'll need to obtain API credentials from your Accept Mission environment:
105+
106+
1. Log in to your Accept Mission account at [app.acceptmission.com](https://app.acceptmission.com)
107+
2. Navigate to your account settings or API configuration section
108+
3. Generate or obtain your API key/credentials
109+
4. Use these credentials when creating a connection in Power Platform
110+
111+
## Known Issues and Limitations
112+
113+
Please refer to Accept Mission's API documentation for any rate limits or usage restrictions that may apply to your account (https://app.acceptmission.com/api-docs/index.html)[https://app.acceptmission.com/api-docs/index.html].
114+
115+
## Deployment Instructions
116+
To use Accept Mission connector, please Join us by using This Link:-[https://app.acceptmission.com/signup_company](https://app.acceptmission.com/signup_company).
117+
118+
## Further Support
119+
120+
For additional support and documentation, please visit [Accept Mission's website](https://acceptmission.com) or contact their support team.

0 commit comments

Comments
 (0)