Skip to content

Golang API client does not allow to add members to a run #1862

@ArnCo

Description

@ArnCo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions