Skip to content

Commit

Permalink
modica migration
Browse files Browse the repository at this point in the history
  • Loading branch information
janorivera committed Oct 29, 2024
1 parent 44fce73 commit 9f51c8d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions twilio-iac/helplines/nz/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ locals {

#Task router
phone_numbers = {
youthline : ["+6498865633","0800376633"],
youthline : ["+6498865633", "0800376633"],
clinical : ["+6498867045"]
}

Expand Down Expand Up @@ -65,13 +65,14 @@ locals {
chatbot_unique_names = []
},
modica : {
channel_type = "custom"
contact_identity = "modica"
templatefile = "/app/twilio-iac/helplines/nz/templates/studio-flows/messaging-lex-priority.tftpl"
channel_flow_vars = {
blocked_message = "Kia ora, you've been blocked from accessing Youthline's helpline and we are not able to read or receive further messages from you. If you think this is a mistake, please email complaints@youthline.co.nz with your name and contact details for this to be reviewed. If you are unsafe or require urgent support, please call 111 now."
messaging_mode = "conversations"
channel_type = "custom"
contact_identity = "modica"
templatefile = "/app/twilio-iac/helplines/nz/templates/studio-flows/messaging-lex-priority-v2.tftpl"
channel_flow_vars = {
blocked_message = "Kia ora, you've been blocked from accessing Youthline's helpline and we are not able to read or receive further messages from you. If you think this is a mistake, please email complaints@youthline.co.nz with your name and contact details for this to be reviewed. If you are unsafe or require urgent support, please call 111 now."
}
chatbot_unique_names = []
chatbot_unique_names = []
enable_datadog_monitor = true
custom_monitor = {
query = "sum(last_12h):sum:<metric>{*}.as_count() == 0"
Expand Down

0 comments on commit 9f51c8d

Please sign in to comment.