IFTTT Webhooks v0.1.0 IftttWebhook.Server View Source

A GenServer implementation to send webhooks to IFTTT

Link to this section Summary

Functions

Sends event and values to the server, which uses IftttWebhook.API to send it to IFTTT’s Webservice

Link to this section Functions

Link to this function send_async(event, values) View Source

Sends event and values to the server, which uses IftttWebhook.API to send it to IFTTT’s Webservice

Link to this function start_link(api_key) View Source
start_link(binary) :: {:ok, pid} | {:error, term}