Skip to content
New issue

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

Missing fields formatted_phone & phone in Ticket.Via.Source.To & .From #158

Closed
BernhardGa opened this issue Sep 21, 2015 · 1 comment
Closed
Milestone

Comments

@BernhardGa
Copy link

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"
}
}

@mozts2005 mozts2005 added this to the 4.0.0 milestone Sep 21, 2015
dvanwinkle pushed a commit to dvanwinkle/ZendeskApi_v2 that referenced this issue Nov 4, 2015
dvanwinkle added a commit to dvanwinkle/ZendeskApi_v2 that referenced this issue Nov 10, 2015
mozts2005 added a commit that referenced this issue Nov 10, 2015
#158: Added fields formatted_phone and phone to the To & From Models
@mozts2005
Copy link
Member

closed by #158

@mozts2005 mozts2005 modified the milestones: 4.0.0, 3.5.0 Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants