View Source PlacetelAPI.Model.PostCallCenterAgents (placetel_api v2.0.0)

Create an agent

Link to this section Summary

Link to this section Types

@type t() :: %PlacetelAPI.Model.PostCallCenterAgents{
  agent_type: String.t() | nil,
  description: String.t() | nil,
  extension_pstn: String.t(),
  extension_sip: String.t(),
  extension_type: String.t(),
  name: String.t(),
  priority: integer() | nil
}