Skip to main content
All CollectionsIntegrationsSending Custom Emails (make.com)
Sending Additional Emails to Your Customers
Sending Additional Emails to Your Customers

How to automatically send custom email notifications to your customers additionally to your order confirmations

Updated over a week ago

Learn how to quickly set up automated, personalized emails to your customers for updates, feedback requests, confirmations, or much more. This simple guide requires no technical skills, can be completed in just 10 minutes, and requires no technical skills.

Note: Access to TWICE Webhooks is included in BUILD or ADVANCE subscriptions.

Step-by-Step Guide to Creating Additional Custom Emails

Use cases are for instance:

  • Send Feedback Requests (potentially tailored to a specific category or product)

  • Sending PIN codes for self-service solutions, so customers can pick up their rental

  • Sending a reminder at a specified time before the rental starts

Step 1: Create a Custom Webhook in Make

  1. In Make, select Create a Webhook.

  2. Name the webhook, e.g., "Email notification", and click Save.

  3. Copy the address to your clipboard and keep this window open.

  4. Create a Webhook in TWICE according to our guidelines.

  5. Return to your Make scenario, confirm the webhook status shows Success, and click Continue.

Step 3: Build your Make Scenario

If the email should be only sent to a specified subgroup of your customers, add filters between the Modules.

Basic Setup:

  • Add the Gmail module right after the Webhook module to send an email immediately when the webhook is triggered.

  • Add Flow Control > Ignore at the end to prevent errors if no further steps are defined.

Advanced Customization:

Depending on your use case you may want to

  • Add a Router after the Webhook to create multiple email flows.

  • Use filters to send tailored emails, for example, by triggering specific emails for individual products using the product ID as a filter.

  • Add other modules

Step 3: Create Your Email

  1. Connect the Gmail module to your Google account

  2. Toggle on the "Map" switch to allow the module to receive information from the webhook.

  3. Select the "To" field and choose from the dropdown "1. data:customerDetails:email"

  4. Finally, add the subject line and the content.

    • You can use the elements pulled by the webhook to personalize the message.

    • You may also add an attachment

Step 4: Save and Activate Your Scenario

Save your scenario setup in Make and toggle it on. Going forward, new TWICE orders will automatically trigger a customer order confirmation within seconds.

Did this answer your question?