The Text Parser block is used to extract pattern-based data from a sentence.\
It helps capture values like OTPs, coupon codes, invoice numbers, or API responses.
Steps
- Add a new node in your flow
- Go to Formatter → Text Formatter
- Select Text Parser
- Choose or create Authentication
- Enter the Input Text
- Example:
Your coupon code is 456789 use it
- In Text Match After, enter
is - In Text Match Before, enter
use - Click Run & Save
- Check Run History → Output Response
The parser will extract the value between the defined patterns (e.g., 456789).
This is useful for extracting OTPs, codes, invoice numbers, or specific data from text.