Meta’s Generic Template

Please add support for Meta’s Generic Template in the initial private reply sent by Comment-to-DM automations.

Currently, "POST /v1/comment-automations" supports a text message with up to three inline buttons using Meta’s Button Template. We would also like to send a structured product card containing:

- Image

- Title

- Subtitle or product description

- Price

- Up to three URL or postback buttons

Our use case is Instagram product sales. When a user comments a keyword such as “price” under a product post or Reel, the first private reply should display the product image, details, price and an “Order Now” button inside one card—even when the message is delivered to Instagram Message Requests.

A possible API structure could be:

{

"templateType": "generic",

"elements": [

{

"imageUrl": "https://example.com/product.jpg",

"title": "Product Name",

"subtitle": "Product description • $48",

"buttons": [

{

"type": "url",

"title": "Order Now",

"url": "https://example.com/order"

}

]

}

]

}

Ideally, the existing "dmMessage" and "buttons" implementation would remain available for backward compatibility, while "generic" could be introduced as an optional template type.

This would make Zernio’s Comment-to-DM feature significantly more useful for e-commerce, product catalogues, restaurants, beauty services, bookings and lead-generation campaigns.

Please authenticate to join the conversation.

Upvoters
Status

Completed

Board
💡

Feature Request

Date

About 1 month ago

Author

Persian Music

Subscribe to post

Get notified by email when there are changes.