How to send confirmation emails after application submission

Last updated: April 22, 2025

AiPrise does not have a built-in feature to automatically send confirmation emails to customers after they submit an application. However, you can set up this functionality using external automation tools. Here's how you can achieve this:

Steps to implement confirmation emails

  1. Intercept the callback sent by AiPrise after a session submission

  2. Use the intercepted data to trigger an email from your system

Recommended automation tools

You can use popular automation platforms to set up this workflow:

  • Zapier

  • Make (formerly Integromat)

General workflow

  1. Set up a webhook in your chosen automation tool to receive the AiPrise callback

  2. Configure the automation to extract relevant information from the callback (e.g., customer email, application details)

  3. Create an email template for the confirmation message

  4. Set up an action in the automation tool to send the email using the extracted information

By following these steps, you can create a custom solution to send confirmation emails to your customers after they submit an application through AiPrise.

Note: The exact implementation details may vary depending on your specific setup and the automation tool you choose. Consult the documentation of your chosen automation platform for more detailed instructions.