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 3c527cd commit 2d0c8a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "genesyscloud_routing_email_domain" "devengage_email_domain" {

resource "genesyscloud_routing_email_route" "devengage_email_domain" {
domain_id = var.genesys_email_domain
pattern="supportme"
pattern="Financial Services"
from_name="Financial Services"
from_email = "support@${var.genesys_email_domain}.${var.genesys_email_domain_region}"
flow_id = var.genesys_email_flow_id
Expand Down

0 comments on commit 2d0c8a2

Please sign in to comment.