Skip to main content

Create a new WhatsApp sender

Registers a new WhatsApp sender with Twilio for the given dealer

Path Parameters
    dealerUUID string required
Request Body required
    phoneNumber string
    departmentType string
    profileName string
    about string
    address string
    description string
    logoUrl string
    emails string[]
    websites string[]
    vertical string
    callbackUrl string
    callbackMethod string
    fallbackUrl string
    fallbackMethod string
    statusCallbackUrl string
    statusCallbackMethod string
    registrationStatusCallbackUrl string
Responses

OK


Schema
    senderSid string
    senderId string
    phoneNumber string
    wabaId string
    senderStatus string
    profileName string
    about string
    description string
    callbackUrl string
    fallbackUrl string
    statusCallbackUrl string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...