Webhouk SDK
Let's recap everything we did in Quick Start:
- Created a Channel
- Created an Endpoint
- Sent a Message to the Channel
- View the Log of the Message we've sent
Let's do the same, but with code!
#
Before we startHead over to your Webhouk Account Page (https://dashboard.webhouk.com/account) and grab API Key, it should look like this:
api_3uEes2ff5_KaSBE5T8Xwc
#
Install Webhouk SDKvia npm:
or yarn:
tip
Webhouk API is Graphql. Checkout Graphiql Playground at https://api.webhouk.com/
#
Create Channel, Endpoint, and Send MessageWe are actively developing API and would like to hear your feedback. Please mail us to [email protected]!