Skip to main content
Question

need to create an http request

  • March 20, 2024
  • 3 replies
  • 84 views

land

i need to create an http request to bring some info, but it says : just https allowed. 

my problem is the api that im trying to call is not under a https server… and it woult take some time for this people to change it to https…

is there anyway to achieve this goal making http requests from my flow ?

3 replies

Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • March 20, 2024

You can try using Make.com or Zapier.

You won’t be able to do non-https requests in Manychat. It’s not safe to use HTTP with sensitive information.


gerarcat
  • Chat Surfer
  • March 27, 2024

gracias gustavo.. lo solucionamos configurando el servidor para https. 
tengo otra pregunta… como le doy formato de moneda a unas variables que estan llegando en el JSON?? me toca traerlas ya formateadas? o hay alguna manera de darles formato en manychat??

 

the situation with the htpps got fixed configurating the server. now i have a different question, is it possible to give format to a varibles coming from the JSON?? i mean.. i got a varibale coming plane number… 4344543.. and i need to have it 4.344.543… how can i get that?


Gustavo Boregio
Forum|alt.badge.img+6
  • Manychat Community Moderator
  • March 27, 2024

Sí, toca traerla formateada o usar algo externo (otro webhook) para formatearlo y guardar el valor en un campo de texto.

 

Yes, you either bring it formatted or use another external request to format it and store it in a text field.