DJKhaled
DJKhaled

Reputation: 1

Webhook for Kik Api?

'webhook': 'https://example.com/incoming',

How do I set a webhook for a kik api? There is a confusion in the documentation

Upvotes: 0

Views: 336

Answers (1)

quikst3r
quikst3r

Reputation: 1853

You need to have a server running, with a route that will accept the message from the bot.

Checkout https://github.com/kikinteractive/kik-node#your-first-echo-bot for an example

Upvotes: 1

Related Questions