View templates generated by Direct Send
Updated: Jul 31, 2026
Copy for LLM
When you use Direct Send, message templates are generated for you automatically. If you already use templates, you’ll see these generated templates both in WhatsApp Manager and through the API.
Direct Send creates two types of templates:
- Based on message content — named starting with
auto_generated, for exampleauto_generated_1234567890. - Based on the
template_nameprovided in the API — named exactly as provided. For example, ifdirect_send_config.template_name="order_delivery", the template name isorder_delivery. See Business-named templates.
Other considerations:
- You cannot edit or delete templates generated by Direct Send. This applies to both auto-generated templates and business-named templates created via
direct_send_config. - Direct Send templates are identified by a
sourcefield with the valueAUTO_GENERATED.
View generated templates via the API
Call
GET /<WABA_ID>/message_templates and filter on source=AUTO_GENERATED. All Direct Send templates (content-based and name-based) are returned.Request syntax
GET /<WABA_ID>/message_templates?source=AUTO_GENERATED
Example response
{ "data": [ { "name": "auto_generated_text_e22a3ec4_7c4a_4097_ae40_56ed1e89941c", "parameter_format": "POSITIONAL", "components": [ { "type": "BODY", "text": "Hi 1, Your order is delivered.", "example": { "body_text": [ ["sample 1"] ] } } ], "language": "en_US", "status": "APPROVED", "category": "UTILITY", "correct_category": "UTILITY", "source": "AUTO_GENERATED", "id": "1951933648908188" } ], "paging": { "cursors": { "before": "MAZDZD", "after": "MjQZD" } } }
View generated templates in WhatsApp Manager
Templates created by Direct Send appear in WhatsApp Manager. Each row has an indicator showing that the template was auto-generated by Meta.

WhatsApp Manager flags each Direct Send template as auto-generated by Meta.
Filters
If your business has both Direct Send (auto-generated) and manually created templates, WhatsApp Manager shows a filter to separate them.

The filter appears when your business has both auto-generated and manually created templates.