messagebird

package
v0.21.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: GPL-3.0 Imports: 18 Imported by: 0

README

MESSAGEBIRD Plugin

Documentation

Documentation

Index

Constants

View Source
const (
	// Name ...
	Name = "messagebird"
	// AttrAccessKey ...
	AttrAccessKey = "access_key"
	// AttrName ...
	AttrName = "name"
	// AttrPhone ...
	AttrPhone = "phone"
	// AttrBody ...
	AttrBody = "body"
	// AttrPayment ...
	AttrPayment = "Payment"
	// AttrType ...
	AttrType = "Type"
	// AttrAmount ...
	AttrAmount = "Amount"
)
View Source
const (
	// StatusDelivered ...
	StatusDelivered = "delivered"
)

Variables

Functions

func New

func New() plugins.Pluggable

New ...

func NewAttr

func NewAttr() m.Attributes

NewAttr ...

func NewMessageParams

func NewMessageParams() m.Attributes

NewMessageParams ...

func NewSettings

func NewSettings() m.Attributes

NewSettings ...

Types

type Actor

type Actor struct {
	*supervisor.BaseActor
	AccessToken string
	Name        string
	// contains filtered or unexported fields
}

Actor ...

func NewActor

func NewActor(entity *m.Entity,
	service plugins.Service) *Actor

NewActor ...

func (*Actor) Destroy

func (e *Actor) Destroy()

func (*Actor) GetStatus

func (e *Actor) GetStatus(smsId string) (string, error)

GetStatus ...

func (*Actor) MessageParams

func (e *Actor) MessageParams() m.Attributes

MessageParams ...

func (*Actor) Save

func (e *Actor) Save(msg notifyCommon.Message) (addresses []string, message *m.Message)

Save ...

func (*Actor) Send

func (e *Actor) Send(phone string, message *m.Message) (err error)

Send ...

func (*Actor) Spawn

func (e *Actor) Spawn()

func (*Actor) UpdateBalance

func (e *Actor) UpdateBalance() (bal Balance, err error)

UpdateBalance ...

type Balance

type Balance struct {
	Payment string
	Type    string
	Amount  float32
}

Balance ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL