Skip to content

ListWhatsAppMessageTemplates

Source: src/AWS/SocialMessaging/ListWhatsAppMessageTemplates.ts

Runtime binding for social-messaging:ListWhatsAppMessageTemplates.

Lists the WhatsApp message templates of the bound account, with their Meta review status and quality score.

The deploy-time half grants social-messaging:ListWhatsAppMessageTemplates on the bound WABA’s ARN and the runtime half injects the linked account id into every request. Provide the implementation with Effect.provide(AWS.SocialMessaging.ListWhatsAppMessageTemplatesHttp).

// init — bind the operation to the linked WABA
const listTemplates = yield* AWS.SocialMessaging.ListWhatsAppMessageTemplates(account);
// runtime
const { templates } = yield* listTemplates({ maxResults: 25 });