node.js - Need help on how to customize fb generic template with flight search results? -


i working on travel bot. user can search , book flight entering origin,destination along dates.

i have integrated node.js server , have external api retrieve flight details based on search.

everything working fine,but how display results in template format (generic template).

i have found similar bot skyscanner display search results in beautiful way. below one.

image skyscanner flight search results

they have converted search results image , displaying in generic template (how can ?).

how can display search results in template format? appreciate help!

that appears image generating , attaching on fly generic template. use airline itinerary template:

https://developers.facebook.com/docs/messenger-platform/send-api-reference/airline-itinerary-template


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -