View Source Glific.Flows.Webhook (Glific v5.1.6)

Lets wrap all webhook functionality here as we try and get a better handle on the breadth and depth of webhooks.

Link to this section Summary

Functions

Execute a webhook action, could be either get or post for now

Standard perform method to use Oban worker

Link to this section Functions

Link to this function

execute(action, context)

View Source

Execute a webhook action, could be either get or post for now

@spec perform(Oban.Job.t()) :: :ok | {:error, :string}

Standard perform method to use Oban worker