Skip to main content

Hello, 

i have a problem to use an External Request in Automation. This the external link:

https://komunikaty.tvp.pl/komunikaty/lubuskie/informacje-drogowe/0?_format=json

but it’s don’t work, and in text field give me: 

{{cuf_12023634}}

You have solve about this?

Hi, @Mitosi10!

 

This happens when the Custom Field is empty. Be sure to populate it before sending it via an External Request.

You can also set a Fallback value to the variable you're sending. This will act as a default value if the field isn't populated:

 


Hi, @Mitosi10!

 

This happens when the Custom Field is empty. Be sure to populate it before sending it via an External Request.

You can also set a Fallback value to the variable you're sending. This will act as a default value if the field isn't populated:

 

Still the same problem. Only that I need is all response from the link (GET) no (POST). And it didn’t work


Still the same problem. Only that I need is all response from the link (GET) no (POST). And it didn’t work

 

Ah, I see! I didn't understood that before.

 

Made a test here and it's working. You need to ser the JSONPath like this $newsese0].title and set it to a custom field:

 

IF you preview it in the flow builder, it will still show up like this:

 

But if you trigger that with another account, it will work as expected:

 

 


Hi, I have a problem because I can't find the link to put the https request from another application. Since I can't find the URL that I have to use to send the response data to many chat, does anyone know what it is or what the solution would be?


Hi, I have a problem because I can't find the link to put the https request from another application. Since I can't find the URL that I have to use to send the response data to many chat, does anyone know what it is or what the solution would be?

 

When you make an API call, you can send a test and check the response data at te “Response tab”. There you will be able to see the JSON structure and get the path to map the values you need into Custom Fields.

And if you want to send information from other tools to Manychat (without the need os a request into a flow), use Manychat's API. Here is the documentation: https://api.manychat.com/swagger#/


Reply