Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OmnichannelIntegrationConfigWhatsappConfig

import type { OmnichannelIntegrationConfigWhatsappConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

How Omnichannel should receive/reply events from WhatsApp.

interface OmnichannelIntegrationConfigWhatsappConfig {
metaBusinessPortfolioId?: string;
phoneNumber?: string;
phoneNumberId?: string;
webhookVerifyToken?: string;
whatsappBusinessAccountId?: string;
whatsappBusinessToken?: string;
}

§Properties

§
metaBusinessPortfolioId?: string
[src]

The Meta Business Portfolio (MBP) ID. https://www.facebook.com/business/help/1710077379203657

§
phoneNumber?: string
[src]

The phone number used for sending/receiving messages.

§
phoneNumberId?: string
[src]

The Phone Number ID associated with the WhatsApp Business Account.

§
webhookVerifyToken?: string
[src]

The verify token configured in the Meta App Dashboard for webhook verification.

§
whatsappBusinessAccountId?: string
[src]

The customer's WhatsApp Business Account (WABA) ID.

§
whatsappBusinessToken?: string
[src]