Class OmnichannelIntegrationConfigWhatsappConfig
How Omnichannel should receive/reply events from WhatsApp.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class OmnichannelIntegrationConfigWhatsappConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetaBusinessPortfolioId
The Meta Business Portfolio (MBP) ID. https://www.facebook.com/business/help/1710077379203657
Declaration
[JsonProperty("metaBusinessPortfolioId")]
public virtual string MetaBusinessPortfolioId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumber
The phone number used for sending/receiving messages.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PhoneNumberId
The Phone Number ID associated with the WhatsApp Business Account.
Declaration
[JsonProperty("phoneNumberId")]
public virtual string PhoneNumberId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebhookVerifyToken
The verify token configured in the Meta App Dashboard for webhook verification.
Declaration
[JsonProperty("webhookVerifyToken")]
public virtual string WebhookVerifyToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WhatsappBusinessAccountId
The customer's WhatsApp Business Account (WABA) ID.
Declaration
[JsonProperty("whatsappBusinessAccountId")]
public virtual string WhatsappBusinessAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WhatsappBusinessToken
The access token for authenticating API calls to the WhatsApp Cloud API. https://developers.facebook.com/docs/whatsapp/business-management-api/get-started/#business-integration-system-user-access-tokens
Declaration
[JsonProperty("whatsappBusinessToken")]
public virtual string WhatsappBusinessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |