Skip to main content
Randy King 님이 #Trailhead에 질문했습니다

Hello,

 

I am attempting to link a MailChimp Subsciber's subscription status to an unsubscribed checkbox on that corresponding Contact record, but I am unable where to find that information in SF to make that happen. Any suggestions? #Trailhead

답변 1개
  1. 2023년 7월 18일 오전 6:11

    #Mailchimp  #Trailhead #MailChimp Integration

     

    Hello @Randy King,

    You can achieve this by making a Checkbox type Formula Field on the contact object and adding this below formula in that Formula Field

    " IF(ISPICKVAL(MC4SF__MC_Subscriber__r.MC4SF__Member_Status__c,'Subscribed'),True, False) ".

     

    This will be surely helpful for your requirement.

     

    Thank You

0/9000