How can I get the response from an External API endpoint to execute my own code?

There’s the weather example in the External API, let’s say I have some custom animations on my project that I want to trigger if it’s raining ou sunny etc.

Using External APIs, how can I get the response contents in code? I want to execute things AFTER the External API runs.

Hello @Bruno_Leonardo_Miche,

For this type of use case, External API is not the right approach. If you want to trigger something inside your game engine environment, you should run that logic directly in your game engine code and handle the triggers there.

You can find more details about External API usage in our documentation:
https://docs.convai.com/api-docs/convai-playground/character-customization/external-api

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.