Master Guide To Configuring And Accessing Resova Email Confirmations

Master Guide To Configuring And Accessing Resova Email Confirmations

What Is A Confirmation Email? A Guide For 2023 | AppFlows

Accessing and managing email confirmations in Resova requires navigating to the Messaging section within the administration dashboard, where users can configure transactional triggers and customize HTML templates. Successful implementation ensures a 100% delivery rate for booking vouchers and provides customers with critical event details, including QR codes, waiver links, and meeting locations, formatted specifically for mobile and desktop responsiveness.


Infrastructure Requirements for Automated Transactional Messaging

Before modifying the communication flow within your Resova account, it is essential to understand that email confirmations act as the primary legal and logistical contract between your business and the guest. These are not merely notifications; they are transactional documents that contain unique booking IDs, pricing breakdowns, and cancellation policies. To manage these effectively, an administrator must have full permissions to alter system settings and messaging protocols.

Establishing a robust email framework within Resova involves more than just clicking a button. You must ensure your domain is properly authenticated if you choose to send emails from your own address rather than the default Resova mail server. This often requires access to your DNS settings to implement SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) records, which prevent your confirmations from being flagged as spam.



Mandatory Pre-Configuration Checklist



  • Administrative Access: You must have Owner or Admin level permissions within the Resova portal to access the Messaging and Template editors.
  • Brand Assets: High-resolution PNG or JPG logos (recommended size: 300px width) and hex color codes for brand consistency across all outgoing communications.
  • SMTP Credentials (Optional): If you are utilizing a third-party mailer like SendGrid, Mailgun, or your own G-Suite/Microsoft 365 server, have your Host, Port, Username, and Password ready.
  • Legal Disclaimers: Updated Terms and Conditions or Waiver links that must be embedded in the footer of every confirmation email.
  • Estimated Duration: Initial setup takes approximately 20 to 45 minutes; template customization varies based on design complexity.

Systematic Workflow for Managing Resova Confirmation Templates

Managing your email confirmations involves three distinct phases: locating the message center, editing the template content using dynamic variables, and verifying the trigger logic. Follow this systematic approach to ensure your guests receive timely and accurate information immediately after a transaction is processed.



Step 1: Navigating to the Messaging Dashboard

To begin, log into your Resova administrative back-office. The interface is designed for high-volume activity operators, and the messaging controls are centralized to prevent configuration errors.



  1. Look at the primary sidebar navigation on the left-hand side of your screen.
  2. Click on the Settings icon, which is usually represented by a gear or cogwheel.
  3. Within the Settings submenu, locate and select the Messaging option.
  4. You will be presented with several tabs, including Emails, SMS, and Templates. Click on the Emails tab to view the list of all automated messages currently active in your system.

Pro-Tip: If you cannot see the Messaging option, your user profile may be restricted to "Staff" or "Guide" roles. Contact your account owner to elevate your permissions to "Administrator."



Step 2: Locating and Selecting the Booking Confirmation Template

Resova categorizes emails based on the "Trigger Event." The email confirmation you are looking for is typically titled "Booking Confirmation" or "New Booking (Customer)."



  1. Scroll through the list of system emails until you find the template assigned to the Customer role for the New Booking trigger.
  2. Click the Edit button (often represented by a pencil icon) next to the template name.
  3. Take note of the Status toggle; ensure it is set to "Active" or "Enabled." If this is toggled off, no emails will be sent regardless of how well the template is designed.


Step 3: Customizing Content with Dynamic Variables

Resova uses a "tag" system (similar to Liquid or Handlebars syntax) that pulls data directly from the booking database. This allows you to create one template that automatically fills in the guest's name, the date of their tour, and the total amount paid.



  1. Review the Subject Line: Ensure it includes the primary keyword "Confirmation" and the dynamic tag for the Booking ID. A standard format is: Confirmation for your [item_name] - #[booking_id].
  2. Edit the Body Content: Use the visual editor to write your greeting. To personalize it, use the tag for the first name, such as "Hi [customer_first_name]".
  3. Insert Essential Data Blocks: Ensure you have included tags for the Date/Time of the activity, the Location (with a Google Maps link), and the Quantity of tickets purchased.
  4. Apply Branding: Upload your logo using the image tool and set the primary button colors to match your website’s aesthetic.

Warning: Do not delete tags wrapped in brackets unless you are certain you don't need that data. Deleting the [booking_details] tag, for example, will remove the entire itemized list of what the customer actually purchased.



Step 4: Configuring Trigger Logic and Timing

Accessing the confirmation is only half the battle; you must also define when it is sent. Resova allows for conditional logic based on payment status.



  1. Check the "Send Condition" settings. Most businesses set this to "On Completion," meaning the email is sent the moment the "Book Now" button is clicked.
  2. If you require manual approval for bookings, you may need to set the trigger to "On Confirmed" rather than "On Creation." This prevents a guest from receiving a confirmation before you have actually vetted the availability.
  3. Set the CC and BCC fields: If you want your internal office team to receive a copy of every customer confirmation, enter the office email address in the BCC field.


Step 5: Testing and Quality Assurance

Before going live with a new template or a modified confirmation flow, you must perform a technical test to ensure the HTML renders correctly across various mail clients (Outlook, Gmail, Apple Mail).



  1. Within the template editor, look for the Send Test Email button.
  2. Enter an email address that you have access to on both a mobile device and a desktop computer.
  3. Check the email for "broken" tags. If you see literal text like [customer_name] instead of a real name, your tag syntax is incorrect.
  4. Verify that all links, especially the "Manage Booking" or "View Voucher" buttons, redirect to the correct customer portal URL.

How to send a confirmation email about a FIDO2 device

How to send a confirmation email about a FIDO2 device

Messaging Protocol Comparison and Logic Triggers

The following table outlines the technical specifications for the different types of messages you can access within the Resova messaging suite. Understanding these differences is crucial for maintaining a professional communication cadence.



Message Type Primary Trigger Event Recipient Key Technical Requirement Priority Level
Booking Confirmation Immediate Transaction Customer Must include [booking_id] and QR Code Critical (Level 1)
Internal Notification New Booking Created Staff/Admin Includes internal notes and profit margins Operational (Level 2)
Pre-Arrival Reminder X Hours before Event Customer Requires "Timed Trigger" logic High (Level 2)
Payment Request Partial Deposit Paid Customer Link to secure payment gateway Financial (Level 1)
Post-Activity Follow-up X Hours after Event Customer Inclusion of Review Platform links (TripAdvisor/Google) Growth (Level 3)
Cancellation Notice Booking Status: Cancelled Customer Refund details and policy citations Legal (Level 1)

Resolving Deliverability Issues and Template Failures

Even with a perfectly configured Resova setup, technical hurdles can prevent a customer from seeing their email confirmation. Troubleshooting requires a methodical look at both the Resova logs and external mail server behavior.



  • Scenario: Customer claims they never received the confirmation.



    • Root Cause: The email may have been caught in a "Greylisting" filter or sent to the Spam/Promotions folder due to a lack of SPF/DKIM records on your custom domain.
    • Actionable Fix: Go to the individual booking in Resova, click the "Messages" tab within that booking, and check the "Delivery Status." If it says "Sent," ask the customer to check their spam folder. If it says "Failed," check your SMTP settings or verify the customer's email address for typos. Use the "Resend Email" button manually once the address is corrected.
  • Scenario: Email formatting appears "broken" or as raw code on mobile devices.



    • Root Cause: The HTML used in the template is not responsive, or a tag was left unclosed during the editing process.
    • Actionable Fix: Re-access the template editor and switch to the "Source Code" view (<> icon). Look for unclosed tags or fixed-width values (e.g., width="800px"). Change fixed widths to percentages (e.g., width="100%") to ensure the email scales down for smartphone screens.
  • Scenario: Dynamic tags like [event_date] are displaying the wrong time.



    • Root Cause: The Account Timezone in Resova Settings does not match the localized time of the activity, or the "Internationalization" settings are overriding the display format.
    • Actionable Fix: Navigate to Settings > General > Regional Settings. Ensure your timezone is set correctly to your local area. Then, back in the Messaging template, ensure you are using the specific tag [event_start_time_local] to avoid UTC offsets.
  • Scenario: Attachments (Waivers/PDFs) are missing from the confirmation.



    • Root Cause: The files are either too large (exceeding 5MB-10MB limits) or the "Attach PDF Voucher" toggle is disabled in the specific template settings.
    • Actionable Fix: In the email template editor, scroll to the bottom and ensure the "Attach PDF Voucher" checkbox is ticked. For waivers, it is more reliable to include a direct hyperlink to the digital waiver platform rather than an attachment to ensure deliverability.

Frequently Asked Questions



How do I change the "From" name on my Resova emails?

Navigate to Settings > Messaging > Emails and click on the "Global Settings" or "Sender Profile" option. Here, you can define the "Friendly From Name" (e.g., "Everest Tours") and the "Reply-To" address so that when customers hit reply, the message goes to your support inbox rather than a no-reply address.



Can I set up different confirmations for different activities?

Yes, Resova supports "Per-Item Messaging." Within the Messaging section, you can create a new template and assign it to a specific category or individual activity. This is useful if one tour requires a specific meeting point while another requires guests to bring specialized gear like hiking boots or swimwear.



Why is the "Resend Email" button greyed out?

This typically occurs if the booking has not been fully processed or if the booking status is set to "Inquiry" or "Waitlist." Only bookings with a status of "Confirmed," "Paid," or "Pending" (depending on your settings) allow for manual re-transmission of the confirmation documents.



How can I see if a customer has opened their confirmation email?

Resova provides basic email tracking within the "Messages" tab of any specific booking. It will show "Sent," "Delivered," and in some configurations, "Opened." If you require deeper analytics, you should integrate a third-party SMTP provider like SendGrid, which provides detailed logs on open rates and click-through rates.



Can I include a QR code for check-in in the email?

Absolutely. Use the dynamic tag [booking_qr_code] or [check_in_qr_code] within the HTML template. When the email is sent, Resova generates a unique image that your staff can scan using the Resova mobile app to instantly check guests in upon arrival.

Optimize Your Guest Communication Strategy

Refining your Resova email confirmation process reduces administrative overhead and significantly enhances the guest's pre-arrival experience. Start auditing your messaging templates today to ensure every touchpoint reflects your brand's commitment to professional service.


Booking Confirmation Emails & Text Tools | Resova

Booking Confirmation Emails & Text Tools | Resova

Read also: Mastering Aloe Vera Hydration: The Comprehensive Guide to Watering for Optimal Growth