LemonChannels.Adapters.WhatsApp.Outbound (lemon_channels v0.1.0)

View Source

Outbound message delivery for WhatsApp.

Delivers OutboundPayload structs to WhatsApp by forwarding to the internal WhatsApp transport process, which communicates with the WhatsApp bridge via port commands.

Summary

Functions

Deliver an outbound payload to WhatsApp.

Functions

deliver(payload)

@spec deliver(LemonChannels.OutboundPayload.t()) :: {:ok, term()} | {:error, term()}

Deliver an outbound payload to WhatsApp.