We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case a ticket is created via a phone call ( Ticket.Via.Channel = 'Voice') the From an To has two more fields: formatted_phone & phone
"source": { "rel": "voicemail", "from": { "formatted_phone": "+49 89 555 666777", "phone": "+4989555666777", "name": "Caller +49 89 555 666777" }, "to": { "formatted_phone": "+49 89 666 777888", "phone": "+4989666777888", "name": "support phone" } }
The text was updated successfully, but these errors were encountered:
dvanwinkle/Speedygeek#158: Added fields formatted_phone and phone to …
43fb3cf
…the To & From models
@dvanwinkle/Speedygeek#158: Added Unit tests for new To and From prop…
c144ad0
…erties.
Merge pull request #181 from dvanwinkle/issue/158
26534c5
#158: Added fields formatted_phone and phone to the To & From Models
closed by #158
Sorry, something went wrong.
No branches or pull requests
In case a ticket is created via a phone call ( Ticket.Via.Channel = 'Voice') the From an To has two more fields: formatted_phone & phone
"source": {
"rel": "voicemail",
"from": {
"formatted_phone": "+49 89 555 666777",
"phone": "+4989555666777",
"name": "Caller +49 89 555 666777"
},
"to": {
"formatted_phone": "+49 89 666 777888",
"phone": "+4989666777888",
"name": "support phone"
}
}
The text was updated successfully, but these errors were encountered: