Skip to content

Commit

Permalink
chore: Add notify to waitlist entries (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaspt authored Dec 3, 2024
1 parent 1079ac2 commit 4390149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waitlistentry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func (c *Client) List(ctx context.Context, params *ListParams) (*clerk.WaitlistE
type CreateParams struct {
clerk.APIParams
EmailAddress string `json:"email_address"`
Notify *bool `json:"notify,omitempty"`
}

// Create adds a new waitlist entry.
Expand Down

0 comments on commit 4390149

Please sign in to comment.