Behaviour for a delivery channel — deliver/2 ships a plain-text
message somewhere and returns :ok or {:error, reason}. May raise;
PolymarketNotify.notify/3 isolates callers from that.
Summary
Callbacks
Ship message (plain text) to this channel's destination using
opts. Return :ok on success or {:error, reason}. May raise;
PolymarketNotify.notify/3 isolates callers from failures.
Callbacks
Ship message (plain text) to this channel's destination using
opts. Return :ok on success or {:error, reason}. May raise;
PolymarketNotify.notify/3 isolates callers from failures.