messenger_bot v1.3.0 MessengerBot.Web.Service.Setup

MessengerBot webhook setup handler

Link to this section Summary

Functions

Process setup webhooks coming from Facebook Messenger Platform

Link to this section Types

Link to this type failure()
failure() :: {:error, MessengerBot.Model.Error.t()}
Link to this type messenger_webhook_setup_params()
messenger_webhook_setup_params() :: map()
Link to this type res()
res() :: failure() | success()
Link to this type success()
success() :: {:ok, MessengerBot.Web.Service.Setup.Params.t()}

Link to this section Functions

Link to this function run(app, params, transaction_id)

Process setup webhooks coming from Facebook Messenger Platform