Email parser not parsing url correctly?

Email parser not parsing url correctly?

The email parser parse other fields correctly but not the http it thinh http as json field
here is the data i am trying to parse

Name: Jhon
Number Name: Dany Tracking
Tracking Number: 92656544587

Call Back:https://app.testapp.com/calls/43434/dasdasdasdasdasdsadas

the problem is the parsing the data come out as
//app.testapp.com/calls/43434/dasdasdasdasdasdsadas
but i want to be as
https://app.testapp.com/calls/43434/dasdasdasdasdasdsadas



ALSO i have to use the module field as text because email parsing not parsing it as a url so email parser through it as error and not add the data