Adalo

How to implement a custom email template in Adalo?

Discover the easy way to design and use unique email templates in Adalo, boosting both communication and the overall user experience of your app.

Developer profile skeleton
a developer thinking

Overview

Designing a custom email template in Adalo mixes creativity with a bit of tech savvy. Adalo's setup is pretty flexible, thanks to its integration options and customizable pieces. Grasping the basics of Adalo’s interface, collections, and actions is key. Using tools like SendGrid or Integromat can help a lot, offering advanced features like dynamic content and conditional logic. Get comfortable with Adalo’s data management and required APIs to make sure your emails look great and work well.

Get a Free No-Code Consultation
Meet with Will, CEO at Bootstrapped to get a Free No-Code Consultation
Book a Call
Will Hawkins
CEO at Bootstrapped

How to implement a custom email template in Adalo?

Step 1: Set Up a Custom Collection in Adalo

  1. Head over to your Adalo app dashboard.
  2. Find the “Database” section and click on it.
  3. Create a new collection by hitting the “+ Add Collection” button.
  4. Give your collection a name, like “Email Templates”.
  5. Add some properties to your collection:
  • TemplateName (Text)
  • Subject (Text)
  • Body (Multiline Text)

Step 2: Add Template Data

  1. Click on the “Email Templates” collection.
  2. Click on “+ Add Item” to add a new email template.
  3. Fill in the fields with your template data:
  • TemplateName: e.g., “Welcome Email”
  • Subject: e.g., “Welcome to Our App!”
  • Body: e.g., “Hello {{Name}}, Welcome to our app. We are happy to have you here.”

Step 3: Use External Service for Email Sending

  1. Use a service like SendGrid, Zapier, or Integromat to send emails.
  2. Create an account on your chosen service and set up your email configurations.
  3. Get the API key or necessary credentials from your email service provider.

Step 4: Set Up Custom Actions in Adalo

  1. Go back to your Adalo app.
  2. Select the screen where you want to trigger the email sending.
  3. Add a button or a form submission that will trigger the custom action.
  4. Set up a custom action by using the "+" button and selecting “External Collections” if available, or “Custom Actions” in the components section.

Step 5: Configure the Custom Action

  1. Name your custom action, something like “Send Welcome Email”.
  2. Configure the HTTP request to connect with your email service:
  • Method: POST
  • URL: API endpoint from your email service provider.
  • Headers: Add a header for authentication, e.g., “Authorization: Bearer YOUR_API_KEY”.
  • Body: Use JSON format to include:
    • to
    • subject
    • content

Example JSON body:

{
  "personalizations": [{
    "to": [{"email": "[email protected]"}],
    "subject": "{{Subject}}"
  }],
  "from": {"email": "[email protected]"},
  "content": [{
    "type": "text/html",
    "value": "{{Body}}"
  }]
}

Step 6: Map the Data

  1. In the custom action, map the Adalo fields to your JSON body placeholders.
  2. For example, map {{Subject}} to the Subject property of the Email Templates collection.
  3. Similarly, map {{Body}} to the Body property, and make sure to accommodate dynamic fields like {{Name}}.

Step 7: Test the Email Template

  1. Publish your Adalo app or update the version if necessary.
  2. Navigate to the screen where the email action setup is completed.
  3. Trigger the action either by clicking the button or submitting the form.
  4. Check the recipient’s email inbox to verify that the email has been sent correctly and appears formatted as expected.

Experiment and refine the template and actions as necessary to ensure everything works seamlessly.

Explore more Adalo tutorials

Complete Guide to Adalo: Tutorials, Tips, and Best Practices

Explore our Adalo tutorials directory - an essential resource for learning how to create, deploy and manage robust server-side applications with ease and efficiency.

Why are companies choosing Bootstrapped?

40-60%

Faster with no-code

Nocode tools allow us to develop and deploy your new application 40-60% faster than regular app development methods.

90 days

From idea to MVP

Save time, money, and energy with an optimized hiring process. Access a pool of experts who are sourced, vetted, and matched to meet your precise requirements.

1 283 apps

built by our developers

With the Bootstrapped platform, managing projects and developers has never been easier.

hero graphic

Our capabilities

Bootstrapped offers a comprehensive suite of capabilities tailored for startups. Our expertise spans web and mobile app development, utilizing the latest technologies to ensure high performance and scalability. The team excels in creating intuitive user interfaces and seamless user experiences. We employ agile methodologies for flexible and efficient project management, ensuring timely delivery and adaptability to changing requirements. Additionally, Bootstrapped provides continuous support and maintenance, helping startups grow and evolve their digital products. Our services are designed to be affordable and high-quality, making them an ideal partner for new ventures.

Engineered for you

1

Fast Development: Bootstrapped specializes in helping startup founders build web and mobile apps quickly, ensuring a fast go-to-market strategy.

2

Tailored Solutions: The company offers customized app development, adapting to specific business needs and goals, which ensures your app stands out in the competitive market.

3

Expert Team: With a team of experienced developers and designers, Bootstrapped ensures high-quality, reliable, and scalable app solutions.

4

Affordable Pricing: Ideal for startups, Bootstrapped offers cost-effective development services without compromising on quality.

5

Supportive Partnership: Beyond development, Bootstrapped provides ongoing support and consultation, fostering long-term success for your startup.

6

Agile Methodology: Utilizing agile development practices, Bootstrapped ensures flexibility, iterative progress, and swift adaptation to changes, enhancing project success.

Yes, if you can dream it, we can build it.