Sha256: 2b2ad33248eefe5cadf2496356a9595ad77a4c92b8ce473566018c88136f7d28
Contents?: true
Size: 396 Bytes
Versions: 9
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true module BrazeRuby module Endpoints module EmailSync def email_unsubscribes(**payload) BrazeRuby::REST::EmailUnsubscribes.new(api_key, braze_url, options, **payload).perform end def email_hard_bounces(**payload) BrazeRuby::REST::EmailHardBounces.new(api_key, braze_url, options, **payload).perform end end end end
Version data entries
9 entries across 9 versions & 1 rubygems