Skip to main content

whats_app_business_account_event_destinations

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

Overview

Namewhats_app_business_account_event_destinations
TypeResource
Idaws.socialmessaging.whats_app_business_account_event_destinations

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
put_whats_app_business_account_event_destinationsreplaceregion, id, eventDestinationsAdd an event destination to log event data from WhatsApp for a WhatsApp Business Account (WABA). A WABA can only have one event destination at a time. All resources associated with the WABA use the same event destination.

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
regionstringAWS region (default: us-east-1)

REPLACE examples

Add an event destination to log event data from WhatsApp for a WhatsApp Business Account (WABA). A WABA can only have one event destination at a time. All resources associated with the WABA use the same event destination.

REPLACE aws.socialmessaging.whats_app_business_account_event_destinations
SET
id = '{{ id }}',
eventDestinations = '{{ eventDestinations }}'
WHERE
region = '{{ region }}' --required
AND id = '{{ id }}' --required
AND eventDestinations = '{{ eventDestinations }}' --required;