Hello Pabbly Staff,
Problem: I am unable to extract email via RegEx
Goal: Extract email and forward the email body to said email
1. Tawk chat transcript is received through Email Parser.
2. I would like to extract the email
3. Forward the transcript to the email extracted from step 2
I tried the two expressions below at RegExr: https://regexr.com/ - however, neither match.
As a temporary solution, I tried to use Body Html > Text Parser :
After:
Before:
This can extract the first email, but not any other emails contained in the text.
For Staff, my workflow is: https://connect.pabbly.com/workflow/mapping/IjI1NTk5NyI_3D
Problem: I am unable to extract email via RegEx
Goal: Extract email and forward the email body to said email
1. Tawk chat transcript is received through Email Parser.
2. I would like to extract the email
3. Forward the transcript to the email extracted from step 2
I tried the two expressions below at RegExr: https://regexr.com/ - however, neither match.
Code:
^([\sa-z\d\.-]+)@([a-z\d-]+)\.([a-z]{2,8}\s)(\.[a-z]{2,8}\s)?$
Code:
^([a-z\d\.-]+)@([a-z\d-]+)\.([a-z]{2,8})(\.[a-z]{2,8})?$
Code:
Conversation started on Tuesday, February 15 2022, 15:48 ================================================================ [15:48] Visitor navigated to Visitor navigated to [15:50] 4-8PM SHIFT (TEST) : [email protected] [15:50] Customer Support (System Message) : Hello, thank you for your visit.
As a temporary solution, I tried to use Body Html > Text Parser :
After:
Code:
<a href="mailto:
Code:
">
For Staff, my workflow is: https://connect.pabbly.com/workflow/mapping/IjI1NTk5NyI_3D