Skip to content

Commit

Permalink
Update 05. New Contact, Default flow Out of office hours notification…
Browse files Browse the repository at this point in the history
…s.md

aaded info on Regular expression including image
  • Loading branch information
SangeetaMishr authored Aug 7, 2024
1 parent f8ef7a9 commit e0afa51
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,21 @@ There may be a requirement to send automated responses, when contact send any ke
1. It will not work for new contacts, when they message it for the very first time.
1. If beneficiary enters any keyword of any flow, then that particular flow will execute, not the flow selected in `out of` `Hours of operation` .
1. The `out of Hours of operation`flow will be executed only once in a day for each contact,

## Regular Expression Flow

<img width="497" alt="image" src="https://github.com/user-attachments/assets/7caf579a-cd23-42e7-bcf5-ecbf5b0a90b4"/>

1. Regular expressions (or regex) helps you find and work with text, based on patterns.
2. Thus making it a powerful tool for searching, replacing, or validating information in a large set of
data.

4. For a simple regular expression to match a 10-digit number, you can use: “[0-9]{10}”

5. You can read and play around with regular expressions [here](https://regexr.com/)

6. The selected flow will trigger when end-users aren’t in any flow, their message doesn’t match any keyword, and their message matches the regular expression defined under **Regular
Expression.**



0 comments on commit e0afa51

Please sign in to comment.