SunshineConversationsClient::SwitchboardAcceptControl

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the event. May be used to ensure that an event is not processed twice in the case of a webhook that is re-tried due to an error or timeout.[optional]
typeStringThe type of the event. Will match one of the subscribed triggers for your webhook.[optional]
created_atStringA timestamp signifying when the event was generated. Formatted as `YYYY-MM-DDThh:mm:ss.SSSZ`.[optional]
payloadSwitchboardAcceptControlAllOfPayload[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardAcceptControl.new(
  id: null,
  type: null,
  created_at: null,
  payload: null
)