Skip to content

Commit

Permalink
update contact import params
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-raunak committed Mar 14, 2024
1 parent 427f37e commit d3b7d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/model_request_contact_import.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ type RequestContactImport struct {
UpdateExistingContacts bool `json:"updateExistingContacts,omitempty"`
// To facilitate the choice to erase any attribute of the existing contacts with empty value. emptyContactsAttributes = true means the empty fields in your import will erase any attribute that currently contain data in Brevo, & emptyContactsAttributes = false means the empty fields will not affect your existing data ( only available if `updateExistingContacts` set to true )
EmptyContactsAttributes bool `json:"emptyContactsAttributes,omitempty"`
// To disable email notification
DisableNotification bool `json:"disableNotification,omitempty"`
}

0 comments on commit d3b7d92

Please sign in to comment.