Skip to main content

Hi everyone,

Im running a pilot using some external APIs calls to add value on my bot! Im impressed about how easy was that to set up! Thank you!

The only problem Im facing right now is that I need, for security reasons, restrict access to this external API so it can only accept calls from manychat bot. As I know you don't provide 1 IP or range? Which is the best way so I can solve this issue?

Hey ​@bggo my suggestion is to add an authentication key to your request (and API), and make sure that only authorized requests are processed.

This is an easy and fast setup that usually solves most security concerns ;)


Reply