ApplicationSettingsJourneyLimits

The default sending limits for journeys in the application. To override these limits and define custom limits for a specific journey, use the Journey resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The daily number of messages that an endpoint can receive from all journeys. The maximum value is 100. If set to 0, this limit will not apply.

Link copied to clipboard

The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.

Link copied to clipboard

The default maximum number of messages that a single journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String