{{ __tr('You are free to use following dynamic variables for reply text, which will get replaced with contact\'s concerned field value.') }}
{{ implode(' ', $dynamicFields) }}
{{ __tr('Question Settings') }} @if(isset($contactCustomFields)) @foreach($contactCustomFields as $customField) @endforeach @endif
{{ __tr('Goto Node Settings') }} @if(isset($flowBots)) @foreach($flowBots as $flowBot) @endforeach @endif
{{ __tr('Wait Node Settings') }}
{{ __tr('A wait node pauses the conversation flow for a specified amount of time before continuing to the next node.') }}
{{ __tr('Note:') }} {{ __tr('This message will be shown to the user while waiting. You can use dynamic variables like:') }} {{ implode(' ', $dynamicFields) }}
{{ __tr('Important:') }} {{ __tr('The actual wait time may vary slightly based on system load and other factors.') }}
{{ __tr('Team Assignment Settings') }} @if(isset($vendorTeamMembers)) @foreach($vendorTeamMembers as $teamMember) @endforeach @endif
{{ __tr('Note:') }} {{ __tr('This message will be shown to the user when the assignment happens. You can use dynamic variables like:') }} {{ implode(' ', $dynamicFields) }}
{{ __tr('Webhook Settings') }}
{{ __tr('Note:') }} {{ __tr('You can use dynamic variables in the request body:') }} {{ implode(' ', $dynamicFields) }}
{{ __tr('Special variables:') }} {user_input} {{ __tr('(user\'s last input)') }}
{{ __tr('Note:') }} {{ __tr('This message will be shown when the webhook succeeds. You can use dynamic variables and response data.') }}
{{ __tr('Map webhook response data to variables:') }}
{{ __tr('Use dot notation for nested values (e.g., "data.user.name" to access response.data.user.name)') }}
{{ __tr('Custom Field Settings') }}
{{ __tr('A custom field node asks users for specific information and stores their response in a selected custom field.') }}
@if(isset($contactCustomFields)) @foreach($contactCustomFields as $customField) @endforeach @endif
{{ __tr('Note:') }} {{ __tr('This question will be shown to the user. You can use dynamic variables like:') }} {{ implode(' ', $dynamicFields) }}
{{ __tr('How it works:') }} {{ __tr('The user\'s response will be automatically saved to the selected custom field and can be used in subsequent messages using the field name as a variable.') }}
{{ __tr('Stay in Session Settings') }}
{{ __tr('Note:') }} {{ __tr('This message will be shown to indicate the session is staying active. You can use dynamic variables like:') }} {{ implode(' ', $dynamicFields) }}
{{ __tr('WhatsApp Template Settings') }}
{{ __tr('How it works:') }} {{ __tr('The node will automatically fetch and display all approved WhatsApp templates. Users can select a template by number or name, and the selection will be stored for further processing.') }}
{{ __tr('Important:') }} {{ __tr('Only approved WhatsApp templates will be displayed. Make sure you have approved templates in your WhatsApp Business Account.') }}
{{-- select type --}}
{{-- document --}}