Learn how to set up and manage automatic email responses with OmyPost
Auto-responders are automated email replies that are sent when you receive an email. They're perfect for:
Set up auto-responders based on:
Create targeted responses with:
Use dynamic templates with:
{
"name": "Out of Office",
"enabled": true,
"conditions": {
"time": {
"start": "2025-03-20",
"end": "2025-03-25"
}
},
"response": {
"subject": "Out of Office: ",
"body": "Thank you for your email. I am currently out of office and will return on March 25th."
}
}
{
"name": "Support Response",
"enabled": true,
"conditions": {
"sender": {
"domain": "customer.com"
},
"subject": {
"contains": "support"
}
},
"response": {
"subject": "Re: ",
"body": "Dear ,\n\nThank you for contacting our support team. We have received your request and will respond within 24 hours.\n\nBest regards,\nSupport Team"
}
}
Start using OmyPost's powerful auto-responder features today.
Get Started