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).
Managing Message Templates
Section titled “Managing Message Templates”// init — bind the operation to the linked WABAconst listTemplates = yield* AWS.SocialMessaging.ListWhatsAppMessageTemplates(account);
// runtimeconst { templates } = yield* listTemplates({ maxResults: 25 });