Documentation ¶
Index ¶
- func InitIntegrationRoutes(r *gin.Engine, services *service.Services)
- func InitMailboxesRoutes(r *gin.Engine, services *service.Services)
- func InitPersonalIntegrationRoutes(r *gin.Engine, services *service.Services)
- func InitSequenceRoutes(r *gin.Engine, services *service.Services)
- func InitTenantSettingsRoutes(ctx context.Context, r *gin.Engine, services *service.Services)
- func InitUserSettingsRoutes(r *gin.Engine, services *service.Services)
- type FlowPostRequest
- type FlowSequenceContactPostRequest
- type FlowSequencePostRequest
- type FlowSequenceSenderPostRequest
- type FlowSequenceStepPostRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlowPostRequest ¶
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
}
Click to show internal directories.
Click to hide internal directories.