Skip to main content

Update WhatsApp sender profile/webhooks

Updates the profile and/or webhook configuration for an existing WhatsApp sender

Path Parameters
    dealerUUID string required
Request Body required
    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
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...