Documentation
¶
Index ¶
- type Client
- func (c *Client) Cancel(id string, emails []string) ([]string, error)
- func (c *Client) CancelRecipient(id, recipientID string) error
- func (c *Client) Folders() ([]*models.Folder, error)
- func (c *Client) List(options *models.SequenceFilterParams) (*models.Sequences, error)
- func (c *Client) ListFolder(id string) (*models.Sequences, error)
- func (c *Client) NewRecipients(id string, recipients []*models.SequenceRecipientParams, scheduled time.Time) ([]*models.SequenceRecipient, error)
- func (c *Client) Recipients(id string) (*models.SequenceRecipients, error)
- func (c *Client) Sent() (*models.Sent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CancelRecipient ¶
func (*Client) NewRecipients ¶
func (c *Client) NewRecipients(id string, recipients []*models.SequenceRecipientParams, scheduled time.Time) ([]*models.SequenceRecipient, error)
func (*Client) Recipients ¶
func (c *Client) Recipients(id string) (*models.SequenceRecipients, error)
Click to show internal directories.
Click to hide internal directories.