Skip to main content

whats_app_business_accounts

Creates, updates, deletes, gets or lists a whats_app_business_accounts resource.

Overview

Namewhats_app_business_accounts
TypeResource
Idaws.socialmessaging.whats_app_business_accounts

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
disassociate_whats_app_business_accountupdateid, regionDisassociate a WhatsApp Business Account (WABA) from your Amazon Web Services account.
associate_whats_app_business_accountupdateregionThis is only used through the Amazon Web Services console during sign-up to associate your WhatsApp Business Account to your Amazon Web Services account.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
idstringThe unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as waba-01234567890123456789012345678901. Use ListLinkedWhatsAppBusinessAccounts to list all WABAs and their details.
regionstringAWS region (default: us-east-1)

UPDATE examples

Disassociate a WhatsApp Business Account (WABA) from your Amazon Web Services account.

UPDATE aws.socialmessaging.whats_app_business_accounts
SET
-- No updatable properties
WHERE
id = '{{ id }}' --required
AND region = '{{ region }}' --required;