Skip to content

Commit b8726d0

Browse files
tjkb94farhansaferoombizthomasio101johannesheesterman
authored
Add new field in ahead connector (#2270)
* 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 <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> * Update connector * format * add contact & metadata * Valid privacy policy url * Revert Co-authored-by: Farhan <103836444+94farhan@users.noreply.github.com> Co-authored-by: saferoombiz <32263053+saferoombiz@users.noreply.github.com> Co-authored-by: Tess Ellenoir Duursma <thomasduursma@outlook.com> Co-authored-by: Johannes Heesterman <johannes@elfsquad.io> Co-authored-by: johannesheesterman <heestermanj@gmail.com> Co-authored-by: Stan van Rooy <stanvanrooy6@gmail.com> Co-authored-by: Till Jakob <till@aheadintranet.com>
1 parent e5b7a78 commit b8726d0

File tree

3 files changed

+48
-3
lines changed

3 files changed

+48
-3
lines changed

certified-connectors/ahead/apiDefinition.swagger.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"info": {
44
"version": "1.0.0",
55
"title": "Ahead",
6-
"description": "Ahead is the intelligent information hub that drives engagement and communication.​"
6+
"description": "Ahead is the intelligent information hub that drives engagement and communication.​",
7+
"contact": {
8+
"name": "ahead AG",
9+
"url": "https://aheadintranet.com",
10+
"email": "support@aheadintranet.com"
11+
}
712
},
813
"host": "connect.aheadintranet.com",
914
"basePath": "/",
@@ -109,6 +114,12 @@
109114
"type": "string",
110115
"x-ms-summary": "Source",
111116
"x-ms-visibility": "important"
117+
},
118+
"TargetAudience": {
119+
"type": "string",
120+
"description": "Specify the target audience of this activity. Use the id of a predefined group to target this activity to its members.",
121+
"x-ms-summary": "Target Audience",
122+
"x-ms-visibility": "important"
112123
}
113124
}
114125
}
@@ -123,5 +134,19 @@
123134
}
124135
},
125136
"security": [],
126-
"tags": []
137+
"tags": [],
138+
"x-ms-connector-metadata": [
139+
{
140+
"propertyName": "Website",
141+
"propertyValue": "https://aheadintranet.com"
142+
},
143+
{
144+
"propertyName": "Privacy Policy",
145+
"propertyValue": "https://www.aheadintranet.com/terms-and-conditions"
146+
},
147+
{
148+
"propertyName": "Categories",
149+
"propertyValue": "Data;Sales and CRM"
150+
}
151+
]
127152
}

certified-connectors/ahead/apiProperties.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
}
1919
}
2020
},
21-
"iconBrandColor": "#3C5BDA"
21+
"iconBrandColor": "#3C5BDA",
22+
"publisher": "ahead AG",
23+
"stackOwner": "ahead AG"
2224
}
2325
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ahead Connector
2+
ahead is the intelligent information hub that drives engagement and communication.​
3+
4+
## Publisher
5+
ahead AG
6+
7+
## Prerequisites
8+
You will need the following to proceed:
9+
* A Microsoft Power Apps or Power Automate plan with custom connector feature
10+
* An admin account for your ahead tenant
11+
12+
## Supported Operations
13+
The connector supports the following operations:
14+
### Create external activity
15+
Add an external activity to appear in ahead.
16+
17+
## Obtaining Credentials
18+
You can obtain your API Key by visiting the [company settings of ahead](https://app.aheadintranet.com/admin/settings/general).

0 commit comments

Comments
 (0)