I'm using the gupshup API for create templates and templates simples and with call to action works, the problem come when a try to create with quick replies. I send the data of this way:
"buttons": [ { "type": "text", "text": "Call" } ],
data: The response of gupShup should of are this: Hello this a test. | [Call]
but is only:
data: The response of gupShup should of are this: Hello this a test.
My question is how is object for create a template whith quick replais in the gupShup API