Send a message after whatsApp business gave me a response

The steps are the following.

  1. I have a webhook where a message is sent that is 1,2 or 3, depending on the type of number the message and the functionality is slightly different.

I’m currently working on 1.

which is to send 1, filter the unnecessary data, verify with an if if it is one, in case it is one, WhatsApp Bussines sends me a message asking for certain numbers, so far everything is fine.

The problem comes when I need to rewrite those numbers in the WhatsApp bot and have it take them.

I know it sent me the message correctly because of the response code.

[{
“messaging_product” :“whatsapp” ,
“contacts” :[{"
contribution" :“” ,
“wa_id” :“”
}] ,
“messages” :[{
“identification”:
“wamid.HBgNNTQ5MTE2NDU1ODczNhUCABEYEjczNjU3MzNERTk2QTI1NQwA=”
}]
}]

What I’m not sure is how to make it take the new data I write or if it is possible.

the WhatsApp business that I am currently using is from meta for developers