By adding this snippet to your e-mail, you can provide a one-click link for your members to download their digitial membership card.
<table align="center" border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff; margin: 0px auto;"> <tbody> <tr data-pv-component="membership" data-pv-type="membershipcards" data-pv-parameters="{filter_customer_no:}"> <td align="center" height="45" style="font-size: 14px; color: #191919; font-weight: normal; font-family: 'Open Sans', Arial, Helvetica, sans-serif; word-break: break-word; background-clip: padding-box; padding-left: 25px; padding-right: 25px; line-height: 20px; background-color: #dcd6c6;" valign="middle"><a href="http://gopv.us/mc/0//72" style="line-height: 20px; color: #151f2c; text-decoration: none; border-style: none; font-size: 14px; font-weight: bold; font-family: 'Open Sans', Arial, Helvetica, sans-serif; background-color: #dcd6c6;">GET MEMBERSHIP CARD</a></td> </tr> </tbody> </table>
The key is to ensure you are using HAPI to connect to component memership with type membershipcards. You'll filter by their customer_no and then this will provide you with the membership_card_no which is necessary to download their card.