Skip to content

Commit

Permalink
Latest push:
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 24, 2024
1 parent 183e49c commit 114d352
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ resource "genesyscloud_routing_email_domain" "devengage_email_domain" {

resource "genesyscloud_routing_email_route" "devengage_email_domain" {
domain_id = "${var.genesys_email_domain}.${var.genesys_email_domain_region}"
pattern="FinancialServices"
from_name="FinancialServices"
pattern="FiServSupport"
from_name="Financial Services Support"
from_email = "support@${var.genesys_email_domain}.${var.genesys_email_domain_region}"
flow_id = var.genesys_email_flow_id
}

0 comments on commit 114d352

Please sign in to comment.