Skip to main content

Group Update Notification

EVENT 

webhook

Alerts when specific updates are made to a WhatsApp group. Only the changed portions of the group object will trigger a notification.

Request

Header Parameters

    x-businessId stringrequired

    Identificador do negócio

    x-instanceId stringrequired

    Identificador da instanceia

    x-whatsappId stringrequired

    Identificador do whatsapp conectado

Body

Only the modified parts of the group object will be notified.

    event string

    Possible values: [group.update]

    instance object
    instanceId string
    name string
    state string

    Possible values: [active, inactive]

    connection string

    Possible values: [refused, close, open]

    createdAt date-time
    WhatsApp object
    whatsappId string
    remoteJid string
    pictureUrl string
    pushName string
    createdAt date-time
    Business object
    businessId string
    name string
    data object
    id string
    subject string
    subjectOwner string
    subjectTime string
    size integer
    owner string
    restrict boolean
    announce boolean

Responses

The API successfully received the update, returning a 200 status to confirm its successful processing.

Loading...