Honza Donátek

Honza Donátek

8 posts
RSS

New Feature: Event Logs

Event logs show what happened to your webhooks and messages. You can find them in your channels. Until recently, our users had to reach support whenever the webhooks didn’t reach their servers.

Let’s Improve Error Messages

How API providers should save our time. TL;DR Properly implemented API error reporting speeds up the development and prevents potential bugs. True Story — Time Wasted Several months ago, we were integrating a

Setup Postman for Amio API

This tutorial will guide you through the setup of Postman to help you evaluate Amio API. Postman is a developer tool which makes it easy to invoke REST API requests and receive their

Chatbot's Diary: Webhooks on Localhost

Chatbot's Diary: Webhooks on Localhost

There was one thing that always annoyed me when developing chatbots. It was webhooks. Messengers like Facebook, Viber or us (Amio) intent to push messages to your endpoint. However, the messengers can't reach

New Feature: Node.js SDK

The server-side javascript SDK implements all common endpoints, webhooks, and an HTTP client so that you can focus more on business logic. We ourselves use Amio API on projects where messaging is necessary.