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?

@bggo I suggest you an API key or some other form of authentication between Manychat and your API.

I usually add a Bearer API Key and that sorts it out ;)