salesforce

package
v0.19.1024 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TrialSignupSubject = "trial-signup"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Enabled() bool
	SendTrialSignup(ctx context.Context, signup TrialSignup) error
}

func New

func New(cfg *internal.Config) Client

type TrialSignup

type TrialSignup struct {
	FirstName   string `json:"firstName"`
	LastName    string `json:"lastName"`
	Email       string `json:"email"`
	CompanyName string `json:"companyName"`
	JobTitle    string `json:"jobTitle"`
	Notes       string `json:"notes"`
	Subject     string `json:"subject"`
}

Jump to

Keyboard shortcuts

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