Skip to content

SetupWhatsAppAppWebhookResponse

Example Usage

typescript
import { SetupWhatsAppAppWebhookResponse } from "@meetkai/mka1/models/operations";

let value: SetupWhatsAppAppWebhookResponse = {
  headers: {},
  result: {
    object: "agent.connector.whatsapp_webhook_setup",
    appId: "<id>",
    callbackUrl: "https://linear-drug.org",
    verifyToken: "<value>",
  },
};

Fields

FieldTypeRequiredDescription
headersRecord<string, string[]>✔️N/A
resultcomponents.WhatsAppWebhookSetup✔️N/A