generated from mattermost/mattermost-plugin-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
Hi!
When creating a run, only the following options can be provided:
type PlaybookRunCreateOptions struct {
Name [string](https://pkg.go.dev/builtin#string) `json:"name"`
OwnerUserID [string](https://pkg.go.dev/builtin#string) `json:"owner_user_id"`
TeamID [string](https://pkg.go.dev/builtin#string) `json:"team_id"`
Description [string](https://pkg.go.dev/builtin#string) `json:"description"`
PostID [string](https://pkg.go.dev/builtin#string) `json:"post_id"`
PlaybookID [string](https://pkg.go.dev/builtin#string) `json:"playbook_id"`
}
Would it be possible to add a way to :
- Add arbitrary ParticipantIDs
- Specify CreateChannelMemberOnNewParticipant
- Specify RemoveChannelMemberOnRemovedParticipant
Cheers,
ArnC
Metadata
Metadata
Assignees
Labels
No labels