Loading
Safety Cloud
目錄
選取篩選

          沒有結果
          沒有結果
          以下是搜尋小祕訣

          檢查關鍵字的拼字。
          使用較常見的搜尋字詞。
          選取較少篩選條件以擴大您的搜尋。

          搜尋所有 Salesforce 說明
          Set up Marketing Cloud Engagement to Send Emails to Vaccine Eligibility Recipients

          Set up Marketing Cloud Engagement to Send Emails to Vaccine Eligibility Recipients

          Prepare and send emails to recipients using Content Builder and Journey Builder in Marketing Cloud Engagement.

          Required Editions

          Available in: Enterprise and Unlimited editions.
          1. Follow the steps in Create a Transactional Send Journey.
            1. Save the Event Definition Key that you enter in step 5—you’ll use it later.
            2. Create a data extension from the template TriggeredSendDataExtension.
          2. Create a request using the AsyncSendEmails Apex class. (It’s part of the Vaccine Eligibility Form and Updates package.)
            1. Enter the Event Definition Key as the value of the DEFINITION_KEY variable.
            2. Add whatever personal attributes you added to the data extension as fields in the RecipientAttributes class.
            3. Add whatever shared attributes you added to the data extension as fields in the Attributes class.
            4. If you support multiple languages, add logic that sends emails based on the language the recipient selected for the form. This requires translating the emails first
            5. Uncomment the call to sendEmails() in the AsyncPostRegProcessor Apex class. (It’s part of the Vaccine Eligibility Form and Updates package.)
            6. The AsyncPostRegProcessor Apex class contains a function called isLeadEligible. This is where you can set custom logic for eligibility in order to determine which recipients receive the message.
           
          正在載入
          Salesforce Help | Article