You could send the push via Stella API, so you could include the customer details (i.e.order number) in the template message from your database.
You could also refer to the documentation here on how to Apply Stella API to Chatbot
1. Please use the API to pass the meta object first and then you could use this.agendaMeta to access your meta.
{
"channelId": "61149207e746725434536d",
"recipientId": "65874121212",
"redirect": {
"tree": "60ff7a60fe961671129234s,
"nodeCompositeId": "gQEytkyMjZdwR39N"
},
"meta": {
"v1": "FP201121118253",
"v2": "Furniture polish",
},
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJBUEkiLCJhcHAiOiI2MDgyNDJh",
"headers": {
"Content-Type": "application/json",
}
}
2. To apply the variable in the response, please create a preaction in the node that is going to be redirected to save the variable from meta to member Temp Data.
Action for saving the variable to member Temp Data: