Allow skipping confirmation email when adding mailing list subscribers
When creating a new subscriber, operators can now check "Skip confirmation email" if they already have the recipient's consent. This creates the subscriber in confirmed status and skips sending the notification email. Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -3925,6 +3925,7 @@ input CreateMailingListSubscriberInput {
|
||||
mailingListId: ID!
|
||||
fullName: String!
|
||||
email: EmailAddr!
|
||||
confirmed: Boolean
|
||||
}
|
||||
|
||||
input DeleteMailingListSubscriberInput {
|
||||
|
||||
Reference in New Issue
Block a user