Source: https://vaultcrmhelp.veeva.com/doc/Content/CRM_topics/Multichannel/ApprovedEmailDocModel/SendAE/ConfirmingRSVPsActivities.htm

## Confirming RSVPs and Activities

To prevent systems, for example, bots or firewalls, from confirming Events Management RSVPs or multichannel activities, admins can configure a customized confirmation step for email recipients. This is similar to the confirmation step used for consent confirmation emails.

![](../../../../Resources/Images/Multichannel/ApprovedEmail/AdvanceFunct/ConfirmRsvpActivities/ae-confirm-landing-page.png)

**Who can use this feature?**

* Browser, iPad, iPhone Users
* Users require an Approved Email license
* Content Admin Users

### Configuring Confirmation for RSVPs and Activities

[![Closed](../../../../../Skins/Default/Stylesheets/Images/transparent.gif)Content Admin Users](#)

To configure a confirmation step:

1. Ensure that [Tracking Multichannel Activities from Approved Emails](../ReportAE/TrackMCActivitesAE.htm) and Approved Email for Events Management are configured.
2. Grant Edit field permission to the **consent\_confirmation\_html\_\_v** and **html\_message\_\_v** fields on the multichannel\_message\_\_v object.
3. Create a **multichannel\_message\_\_v** record with the Approved Email Action object type to define the confirmation message. An existing Multichannel Message record can be used if the Consent Confirmation HTML field is updated. This record should contain information for at least the following fields:
   * name\_\_v
   * message\_identifier\_\_v
   * consent\_confirm\_html\_\_v - Defines the HTML for a confirmation step before confirming a link action. This prevents the recipient's systems from unintentionally confirming an RSVP or activity. Include the confirmConsent token.

     [Copy](javascript:void(0);)

     Confirmation button example

     ```
     <form method="post">
         <input type="submit" name="{{confirmConsent}}" value="Confirm">
     </form>
     ```
   * html\_message\_\_v - Defines the HTML for the Thank You message

### Related Topics

[Tracking Multichannel Activities from Approved Emails](../ReportAE/TrackMCActivitesAE.htm)
