Last active
February 9, 2025 13:19
-
-
Save justrentfr/a639281d62e5ab31edca437b7bc5c94f to your computer and use it in GitHub Desktop.
chat-config
This file contains 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
{ | |
"font": "Lato", | |
"text": { | |
"inline_input_placeholder": "Type your @field here...", | |
"text_input_placeholder": "Type here...", | |
"fields": [ | |
"name", | |
"phone", | |
"email", | |
"postal code", | |
"address", | |
"country", | |
"birthdate" | |
], | |
"autocomplete_input_placeholder": "Type to search options...", | |
"input_menu_help": "Choose an option", | |
"input_multi_help": "Choose at least one", | |
"input_multi_range_help": "Choose at least @min_options and up to @max_options", | |
"input_instant_search_help": "Filter the options", | |
"input_text_help": "Press enter to send", | |
"input_autocomplete_help": "Press enter to select", | |
"input_rating_help": "Click on the icons", | |
"input_file_help": "Drop a file here", | |
"input_files_help": "Drop your files here", | |
"input_file_instructions_help": "Max @maxfilesize", | |
"input_files_instructions_help": "Up to @maxfiles | Max @maxfilesize each", | |
"input_file_max_help": "You can only upload one file", | |
"input_files_max_help": "You can only upload up to @maxfiles files", | |
"input_number_help_min": "Minimum value is @field", | |
"input_number_help_max": "Maximum value is @field", | |
"send": "Send", | |
"back": "Back", | |
"search": "Search", | |
"select_file": "Select a file", | |
"select_files": "Select files", | |
"next": "Next", | |
"select": "Select", | |
"hto_assignation_message": "@agent just joined the conversation!", | |
"hto_agent_profile_text": "A human at @brand", | |
"stripe_pay_button_label": "Pay @amount", | |
"error_input_date": "Please enter a valid date (@format)", | |
"error_input_email": "Please introduce a valid email", | |
"error_input_phone": "Please introduce a valid phone number", | |
"error": "⚠️ It seems there is a technical problem. Please reload this page" | |
}, | |
"dark": "#34495E", | |
"welcome": [ | |
{ | |
"rich_text": "<p>Hi! Thanks for showing interest in us!</p><p>To get started, <strong>could you please tell us your name?</strong></p>", | |
"extra": { | |
"id": "welcome", | |
"textarea": { | |
"field": "name", | |
"type": "text" | |
} | |
}, | |
"samurai": -1, | |
"type": "text", | |
"message": "Hi! Thanks for showing interest in us!\nTo get started, *could you please tell us your name?*" | |
} | |
], | |
"light": "#FFFFFF", | |
"colors": { | |
"bot_message_background": "#FFFFFF", | |
"bot_message_text": "#34495E", | |
"button_background": "rgba(59,64, 94, 1)", | |
"button_text": "#FFFFFF", | |
"header_text": "#FFFFFF", | |
"textarea_background": "#FFFFFF", | |
"textarea_border": "rgba(59,64, 94, 1)", | |
"textarea_text": "#34495E", | |
"user_message_background": "rgba(59,64, 94, 1)", | |
"user_message_text": "#FFFFFF", | |
"inline_input_border": "#de4561", | |
"inline_input_background": "#FFFFFF", | |
"inline_input_placeholder": "#34495E", | |
"inline_input_focus_border": "#de4561", | |
"inline_input_focus_background": "#FFFFFF", | |
"inline_input_focus_placeholder": "#34495E", | |
"inline_input_hover_border": "#de4561", | |
"input_fullwidth_bg": "#FFFFFF" | |
}, | |
"accent": "rgba(59,64, 94, 1)", | |
"design": { | |
"base_color_button": "rgba(108, 148, 174, 1)", | |
"base_color_background": "rgba(47, 50, 74, 1)", | |
"base_color_message": "#FFFFFF", | |
"base_color_text": "#2F324A", | |
"background_type": "solid", | |
"background_color": "rgba(69, 78, 114, 1)", | |
"background_color_gradient_from": "#00B2A9", | |
"background_color_gradient_to": "#55E2BA", | |
"background_image": "https://storage.googleapis.com/media.yexir.com/channels_back/31.png", | |
"background_image_mobile": "https://storage.googleapis.com/media.yexir.com/channels_back/31.png", | |
"background_color_mask": "rgba(0,0,0,.1)", | |
"background_video_type": "defaults", | |
"background_video_webm": "https://static.landbot.io/landbot/video/video_1.webm", | |
"background_video_mp4": "https://static.landbot.io/landbot/video/video_1.mp4", | |
"header_visible": true, | |
"header_background_color": "rgba(48, 53, 80, 0.4)", | |
"header_text": "rgba(255, 255, 255, 1)", | |
"header_logo": "https://storage.googleapis.com/media.helloumi.com/brands/helloumi.png", | |
"top_bar_separator": true, | |
"top_bar_separator_color": "rgba(44, 54, 100, 0.45)", | |
"message_shape": "semirounded", | |
"message_background_color_bot": "#FFFFFF", | |
"message_color_bot": "#2F324A", | |
"message_background_color_user": "rgba(108, 148, 174, 1)", | |
"message_color_user": "#FFFFFF", | |
"border_radius": 8, | |
"form_buttons_border_color": "rgba(108, 148, 174, 1)", | |
"form_buttons_background_color": "rgba(108, 148, 174, 1)", | |
"form_buttons_color": "#FFFFFF", | |
"form_inputs_background_color": "#FFFFFF", | |
"form_inputs_border_color": "rgba(108, 148, 174, 1)", | |
"form_inputs_color": "#2F324A", | |
"form_help_color": "rgba(207, 226, 236, 1)", | |
"form_input_fullwidth_background_color": "rgba(47, 50, 74, 1)", | |
"font_size": "15", | |
"font_family": "Montserrat", | |
"avatar_enabled": true, | |
"avatar_url": "https://static.landbot.io/daisho/img/avatar-landbot-2.png", | |
"avatar_shape": "original", | |
"avatar_scale": 1, | |
"template_id": 27, | |
"launcher_custom": true, | |
"launcher_image": "https://storage.googleapis.com/media.helloumi.com/brands/helloumi.png", | |
"launcher_type": "default", | |
"launcher_background": "rgba(108, 148, 174, 1)", | |
"back_button_visible": true, | |
"google_api_key": null, | |
"design_mode": "advanced" | |
}, | |
"version": "3.0.0", | |
"revisit": [], | |
"logo": "", | |
"contrast": "#FFFFFF", | |
"storage_off": false, | |
"font_size": 16, | |
"tagline": "Start the conversation", | |
"avatar_url": "https://static.landbot.io/daisho/img/avatar-landbot-2.png", | |
"branding": true, | |
"revisit_off": false, | |
"gradient_to": "#55e2ba", | |
"staticUrl": "https://ai.jstr.fr/", | |
"brandID": 8970, | |
"channelToken": "H-2779412-80ZYJTR04X763Q0L", | |
"serverUrl": "https://ai.jstr.fr/", | |
"filter_color": "#000000", | |
"avatar_scale": 1, | |
"videoname": "video_1", | |
"hidden_fields": {}, | |
"gradient_from": "#00b2a9", | |
"typing_options": { | |
"state": true | |
}, | |
"persistent_menu": [], | |
"background_color": "rgba(161,167, 197, 1)", | |
"header_background": "rgba(161,167, 197, 1)", | |
"brand_name": "", | |
"widget_hide_header": false, | |
"filter_gradient_to": "#FFE199", | |
"avatar_shape": "none", | |
"filter_gradient_from": "#FFAD59", | |
"background_image_url": "https://storage.googleapis.com/media.yexir.com/channels_back/31.png", | |
"widget_hide_background": false, | |
"conditional_proactives": [], | |
"filter_type": "none", | |
"style": null, | |
"foot": null, | |
"background_type": "color", | |
"background_image_mobile_url": "", | |
"firestore": { | |
"app_id": "1:918494355153:web:d67e2dcbb1f0779f276ff0", | |
"api_key": "AIzaSyAMzOSqjrX0oWPoiGUrUDM0mOmxTqeYS8o", | |
"project_id": "firestore-helloumi" | |
}, | |
"is_legal_consent_enabled": false, | |
"privacy_policy_link": "", | |
"privacy_policy_link_text": "", | |
"privacy_policy_text": "", | |
"has_bot": false, | |
"keywords": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment