Skip to main content

Move WhatApp

PATCH 

/api/v2/business/:businessId/instance/move-whatsapp

This functionality allows companies associated with the business to manage the reallocation of WhatsApp numbers between their instances, providing flexibility and control over communication with customers.

Request

Path Parameters

    businessId stringrequired

    Business ID.

Body

required
    sourceWhatsAppId Source WhatsApprequired
    instanceIdTarget Instance Targetrequired

Responses

BusinessMoveWAResponse

Schema
    instanceId stringrequired
    name stringrequired
    state stringrequired

    Default value: active | inactive

    connection stringrequired

    Default value: open | close | refused

    createdAt date-timerequired
    deletedAt date-timerequired
    businessBusinessId stringrequired
    Auth object
    authId stringrequired
    jwt stringrequired
    createdAt date-timerequired
    updatedAt date-timerequired
    WhatsApp object
    whatsappId stringrequired
    remoteJid stringrequired
    pictureUrl stringrequired
    pushName stringrequired
    createdAt stringrequired
Loading...