routes

package
v0.0.0-...-bcf736d Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitIntegrationRoutes

func InitIntegrationRoutes(r *gin.Engine, services *service.Services)

func InitMailboxesRoutes

func InitMailboxesRoutes(r *gin.Engine, services *service.Services)

func InitPersonalIntegrationRoutes

func InitPersonalIntegrationRoutes(r *gin.Engine, services *service.Services)

func InitSequenceRoutes

func InitSequenceRoutes(r *gin.Engine, services *service.Services)

func InitTenantSettingsRoutes

func InitTenantSettingsRoutes(ctx context.Context, r *gin.Engine, services *service.Services)

func InitUserSettingsRoutes

func InitUserSettingsRoutes(r *gin.Engine, services *service.Services)

Types

type FlowPostRequest

type FlowPostRequest struct {
	Id          *string
	Name        string
	Description string
}

type FlowSequenceContactPostRequest

type FlowSequenceContactPostRequest struct {
	Id *string

	FirstName   *string
	LastName    *string
	Email       string
	LinkedinUrl *string
}

type FlowSequencePostRequest

type FlowSequencePostRequest struct {
	Id                       *string
	Name                     string
	Description              string
	ActiveDays               []string
	ActiveTimeWindowStart    string // HH:MM:SS (24-hour format)
	ActiveTimeWindowEnd      string // HH:MM:SS (24-hour format)
	PauseOnHolidays          bool
	RespectRecipientTimezone bool

	MinutesDelayBetweenEmails int

	EmailsPerMailboxPerHour int
	EmailsPerMailboxPerDay  int
}

type FlowSequenceSenderPostRequest

type FlowSequenceSenderPostRequest struct {
	MailboxId string
}

type FlowSequenceStepPostRequest

type FlowSequenceStepPostRequest struct {
	Id *string

	Order int
	Type  string
	Name  string

	Text     *string
	Template *string
}

Jump to

Keyboard shortcuts

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