feat: adds 'create_recipients' function to the braze client #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a
create_recipients
function within the client which allows multiple users to be identified with theidentify_users
function.This function will give the ability for the user to call the Braze client's
identify_users
function with up to 50 items within the list facilitating bulk actions.It constructs a dictionary of email address keyed values which map to,
attributes
,external_user_id
,trigger_properties
, andsend_to_existing_only
fields.attributes
contains email keyed values which map touser_alias
,email
,is_enterprise_learner
,_updates_existing_only
fields.