Skip to content

AS: Alejandro/chatbot lambda migration #2980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
964da84
lambda migration as stg
janorivera May 16, 2025
09ac8fe
typo
janorivera May 16, 2025
0476cbb
test
janorivera May 16, 2025
85d671a
test
janorivera May 16, 2025
b72710f
test
janorivera May 16, 2025
37e2328
test
janorivera May 16, 2025
7a2f620
test
janorivera May 16, 2025
0135afb
test
janorivera May 16, 2025
98a3950
final test
janorivera May 16, 2025
b938c62
test
janorivera May 16, 2025
03db124
removing lambda
janorivera May 16, 2025
c6dc29f
event fix
janorivera May 16, 2025
27645fc
replacing
janorivera May 16, 2025
2a823b8
fixing url
janorivera May 16, 2025
3322637
Merge branch 'alejandro/chatbot_lambda_migration' of https://github.c…
janorivera May 16, 2025
ebb03c2
rollback
janorivera May 16, 2025
40d4d59
lambda
janorivera May 16, 2025
f55467b
fixing error
janorivera May 16, 2025
d4792d7
replace
janorivera May 16, 2025
c669f3c
updates
janorivera May 16, 2025
2750d01
add var
janorivera May 20, 2025
845b660
var
janorivera May 20, 2025
c197139
changing fb page
janorivera May 22, 2025
3f6e982
remove fb
janorivera May 22, 2025
2c4d041
update
janorivera May 22, 2025
e29d00a
post survey
janorivera May 22, 2025
ded7c67
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera May 22, 2025
ff3486f
fix
janorivera May 22, 2025
62fa084
test
janorivera May 22, 2025
bd5b992
rollback
janorivera May 22, 2025
63a7c8a
jm br
janorivera May 22, 2025
2f2bca2
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera May 22, 2025
6e645b1
testing
janorivera May 22, 2025
3998e81
test
janorivera May 22, 2025
d942260
test
janorivera May 22, 2025
aee751b
fix
janorivera May 23, 2025
c3c6f14
fix
janorivera May 23, 2025
a460299
final with script
janorivera May 23, 2025
250b432
BR final
janorivera May 23, 2025
78928ac
JM
janorivera May 23, 2025
62043e4
MT
janorivera May 23, 2025
0343fb3
MT
janorivera May 23, 2025
a0723c0
MT WA
janorivera May 23, 2025
8bce309
MW
janorivera May 23, 2025
d869bd5
NZ
janorivera May 23, 2025
f94ae0b
PH
janorivera May 23, 2025
3016d80
ZM
janorivera May 23, 2025
537fd7b
ZM
janorivera May 23, 2025
30e249c
staging file updates
janorivera May 23, 2025
e5282f3
remove function
janorivera May 23, 2025
d8c17cd
fix
janorivera May 23, 2025
b17b7da
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera May 30, 2025
8101083
post survey
janorivera Jun 2, 2025
5c24357
update
janorivera Jun 2, 2025
9c6ab16
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera Jun 2, 2025
f7cbb1a
update
janorivera Jun 2, 2025
1a279b1
fixing region
janorivera Jun 2, 2025
26956fa
adding wa
janorivera Jun 2, 2025
d96a009
missing channel type
janorivera Jun 2, 2025
d96d424
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera Jun 3, 2025
459a206
Merge branch 'master' of https://github.com/techmatters/flex-plugins …
janorivera Jun 6, 2025
e710729
zm fix
janorivera Jun 6, 2025
7159d85
fix PH
janorivera Jun 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"enable_post_survey": true,
"enable_voice_recordings": true,
"enable_llm_summary": true,
"enable_lambda_post_survey_processing": true,
"use_prepopulate_mappings": true

},
"hrm_base_url": "https://hrm-test.tl.techmatters.org",
"multipleOfficeSupport": true,
Expand Down
2 changes: 1 addition & 1 deletion twilio-iac/helplines/as/production.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ locals {
}
}

get_profile_flags_for_identifier_base_url = "hrm-staging.tl.techmatters.org/lambda/twilio/account-scoped"
get_profile_flags_for_identifier_base_url = "https://hrm-production.tl.techmatters.org/lambda/twilio/account-scoped"
}
}
14 changes: 7 additions & 7 deletions twilio-iac/helplines/as/staging.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,40 @@ locals {
facebook : {
messaging_mode = "conversations"
channel_type = "messenger"
contact_identity = "messenger:131329426738030"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-lex-v3-blocking.tftpl"
contact_identity = "messenger:399736463213496"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-lex-v3-blocking-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
},
whatsapp : {
messaging_mode = "conversations"
channel_type = "whatsapp"
contact_identity = "whatsapp:+12055189944"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-lex-v3-blocking.tftpl"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-lex-v3-blocking-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
},
line : {
messaging_mode = "conversations"
channel_type = "custom"
contact_identity = "line"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking.tftpl"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
},
telegram : {
messaging_mode = "conversations"
channel_type = "custom"
contact_identity = "telegram"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking.tftpl"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
},
instagram : {
messaging_mode = "conversations"
channel_type = "custom"
contact_identity = "instagram"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking.tftpl"
templatefile = "/app/twilio-iac/helplines/templates/studio-flows/messaging-custom-channel-lex-v3-blocking-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
},
Expand All @@ -93,6 +93,6 @@ locals {
}
]

get_profile_flags_for_identifier_base_url = "hrm-staging.tl.techmatters.org/lambda/twilio/account-scoped"
get_profile_flags_for_identifier_base_url = "https://hrm-staging.tl.techmatters.org/lambda/twilio/account-scoped"
}
}
2 changes: 1 addition & 1 deletion twilio-iac/helplines/br/staging.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
messaging_mode = "conversations"
channel_type = "messenger"
contact_identity = "messenger:104153648721033"
templatefile = "/app/twilio-iac/helplines/br/templates/studio-flows/messaging-conv.tftpl"
templatefile = "/app/twilio-iac/helplines/br/templates/studio-flows/messaging-conv-lambda.tftpl"
channel_flow_vars = {}
chatbot_unique_names = []
}
Expand Down
Loading
Loading