|
|
|
|
|
by ec109685
3494 days ago
|
|
Slack offers both. Their realtime API is especially nice because you connect to it rather than needing to deploy public facing web services to receive events from them. On the other hand, if you are not connected, messages could be lost unless you build in syncing capability, whereas with web hooks, Slack will handle the retries for you. |
|