Skip to main content
Error 

I have problem with https request with the paremeters sent, this occurs when all the fields have data and were created in the perzonalization field folder. 

i tried deleting one by one field, to identify wich parameter has the error, when i found them i can understand the error, all are text field and its personalization data exist in the folder many chat. 

-----------------------------------------------------------------------------------------------

Tengo un problema con la solicitud HTTPS con los parámetros enviados. Esto ocurre cuando todos los campos contienen datos y se crearon en la carpeta de campos de personalización. Intenté eliminar los campos uno por uno para identificar qué parámetro tenía el error. Al encontrarlos, entendí el error: todos son campos de texto y sus datos de personalización se encuentran en la carpeta Many Chat.

 

Headers 


 

All the Fields have Values 

 

Hi, ​@ZAMIA!

 

I see you're using PUT and setting all your fields in the HEADER… And it seems that you're sending this to a n8n automation.

I'd suggest you send it as POST and set the field in the BODY. Like this:



Also check if your webhook trigger is set to POST or PUT in n8n. It must be the same as you are using in Manychat's request.

 


 

Veo que estás usando PUT y configurando todos tus campos en el HEADER… Y parece que estás enviando esto a una automatización en n8n.

 

Te sugiero que lo envíes como POST y configures los campos en el BODY (como en la imagen de arriba).

 

También verifica si el disparador de tu webhook en n8n está configurado como POST o PUT. Debe ser el mismo que estás usando en la solicitud de Manychat.


Reply