Skip to main content

Creates a new messaging service for the dealer for given department

Newly created messaging service will lie under the dealer's subaccount for passed department

Path Parameters
    dealerUUID string required
Query Parameters
    name string required
    departmentType string required
Responses

OK


Schema
    messagingServiceSid string
    status string

    Possible values: [SUCCESS, FAILURE]

    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /dealers/:dealerUUID/twilio/applicationToPerson/messagingService

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
dealerUUID — path required
name — query required
departmentType — query required
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/messagingService' \
-H 'Accept: application/json'