Staffbase Connector - Full Update#4163
Draft
maximizeIT wants to merge 29 commits intomicrosoft:devfrom
Draft
Conversation
- Fixed descriptions - Several minor fixes
Fixed: - Unicode characters - German wording translated
MINT-999 update description
Contributor
|
@maximizeIT please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector, a smooth certification experience, and your users are happy :)
If this is your first time submitting to GitHub and you need some help, please sign up for this session.
apiDefinition.swagger.json, by runningpaconn validatecommand.apiProperties.jsonhas a valid brand color and doesn't use an invalid brand color,#007ee5or#ffffff. If this is an independent publisher connector, I confirm that I am not submitting a connector icon.If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process:
Summary
Comprehensive update to the Staffbase Power Automate connector to align it with all
currently available Staffbase APIs. Operation count grows from 19 → ~75.
Changes
Breaking change
NotificationPost(POST /notifications — deprecated, end-of-2025 removal)SendNotification(POST /branch/notifications) as replacementExisting operation fixes
ChannelsGetList: addedquery,sort,contentTypeparamsChannelsGetPosts/PostsGetAll: addedsort+cursorparamsChannelsPostPost/PostsPut: addednotificationChannels,planned,campaignIdbody fieldsCommentsGet: addedsort,formatparams; extended response schemaUserGetAll: fixed empty response schema{}; addedcursor,sort,limit,includeProfileUserGetByID: addedincludeProfileparamUserPost: updated to User API v2 fields + documented required Content-Type headeruserDatadefinition: addedtags,status,role,mandatoryGroupIDs,costcenter,externalIDNew operations on existing APIs
ChannelsGetByIDBranchChannelsGetListPostsSearchPostResendNotificationsPostGetAcknowledgementsUserPatchUserSearchUserSyncUserGetGroupsUserDeleteSessionsMediaUploadMediaReplaceMediaSearchMediaPublishNew API groups (15 → 17 groups in connector)
GetPages,CreatePage,GetPage,UpdatePage,DeletePage,SyncPages)GetGroups,CreateGroup,SearchGroups,GetGroup,PatchGroup,SearchGroupMembers,PatchGroupMembers)GetTagsGetQuickLinks,CreateQuickLink,GetQuickLink,UpdateQuickLink,DeleteQuickLink)SearchInstallationsDocumentation
README.md: Full rewrite of "Supported Operations" as grouped table (~75 ops),new "Token Permissions" section, updated "Known Limitations"