Open
Conversation
janorivera
requested changes
Nov 25, 2025
| }, | ||
| { | ||
| "name": "smsAttributes", | ||
| "name": "send_to_queue", |
Collaborator
There was a problem hiding this comment.
this should be send_to_queue_sms
| }, | ||
| { | ||
| "name": "AdjustAttributes", | ||
| "name": "split_AdjustAttributes", |
Collaborator
There was a problem hiding this comment.
split_adjust_attributes
We use lower case and underscores for naming widgets, except for function names
| "add_twilio_auth": false, | ||
| "body": "{\"channelSid\": \"{{flow.channel.address}}\", \"message\": \"trigger_pre_survey\", \"studioFlowSid\": \"{{flow.flow_sid}}\", \"language\": \"${flow_vars.bot_language}\", \"botSuffix\": \"pre_survey\", \"triggerType\": \"withUserMessage\", \"releaseType\": \"triggerStudioFlow\", \"releaseFlag\": \"preSurveyComplete\", \"channelType\": \"{{trigger.message.ChannelAttributes.channel_type | downcase}}\", \"isConversation\": \"false\"}", | ||
| "url": "${lambda_twilio_account_scoped_url}/channelCapture/captureChannelWithBot" | ||
| "url": "${lambda_twilio_account_scoped_url}/channelCapture/f_captureChannelWithBot" |
| "content_type": "application/json;charset=utf-8", | ||
| "body": "{ \"trigger\": {{trigger | to_json}}}", | ||
| "url": "${get_profile_flags_for_identifier_base_url}/getProfileFlagsForIdentifier" | ||
| "url": "${get_profile_flags_for_identifier_base_url}/f_getProfileFlagsForIdentifier" |
| }, | ||
| { | ||
| "name": "facebookAttributes", | ||
| "name": "send_to_queue", |
Collaborator
There was a problem hiding this comment.
These send_to_queue widgets will need to be updated to make them different to each other
| }, | ||
| { | ||
| "name": "send_message_1", | ||
| "name": "f_sendMessageAndRunJanitor_no_image", |
Collaborator
There was a problem hiding this comment.
this is a widget, so it should me send_message_no_image
| }, | ||
| { | ||
| "name": "split_operating_en", | ||
| "name": "split_operatingHours_en", |
Collaborator
There was a problem hiding this comment.
split_operating_hours_en
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Web and FB flow studio widget name standardisation
Checklist
Other Related Issues
None
Verification steps
AFTER YOU MERGE
You are responsible for ensuring the above steps are completed. If you move a ticket into QA without advising what version to test, the QA team will assume the latest tag has the changes. If it does not, the following confusion is on you! :-P