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 7c484da commit 6874c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ resource "genesyscloud_routing_email_route" "devengage_email_domain" {
domain_id = var.genesys_email_domain
pattern="support"
from_name="Financial Services"
from_email = "support@${var.genesys_email_domain}.${genesys_email_domain_region}"
from_email = "support@${var.genesys_email_domain}.${var.genesys_email_domain_region}"
flow_id = var.genesys_email_flow_id
}

0 comments on commit 6874c86

Please sign in to comment.