hedwig_sms v0.1.0 Hedwig.Adapters.SMS.Callback

Defines a Plug and HTTP server to be used as a callback endpoint for Twilio. Use this if you do not already have an endpoint to use. accepts posts to the / path. Builds message from callback body and sends it to the robot

Summary

Functions

start_link(otp_app, robot)

Specs

start_link(atom, module) :: GenServer.on_start
start_link(otp_app, robot, cowboy_options)

Specs

start_link(atom, module, Keyword.t) :: GenServer.on_start