AppCampaignHook

data class AppCampaignHook(val lambdaFunctionName: String? = null, val mode: String? = null, val webUrl: String? = null)

Constructors

Link copied to clipboard
constructor(lambdaFunctionName: String? = null, mode: String? = null, webUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lambda function name or ARN to be called for delivery. Conflicts with web_url

Link copied to clipboard
val mode: String? = null

What mode Lambda should be invoked in. Valid values for this parameter are DELIVERY, FILTER.

Link copied to clipboard
val webUrl: String? = null

Web URL to call for hook. If the URL has authentication specified it will be added as authentication to the request. Conflicts with lambda_function_name