Package-level declarations

Types

Link copied to clipboard
@Serializable
data class WebHookOutMetaData(val name: String = "", val sources: List<NodeIdentity> = emptyList(), val targets: List<NodeIdentity> = emptyList(), val url: String = "", val method: HttpMethod = HttpMethod.GET, val params: List<Pair<String, String>> = emptyList(), val headers: List<Pair<String, String>> = emptyList(), val executionSource: List<ExecutionSource> = emptyList(), val error: String = "") : TargetingNodeMetaData

Payload for an OutgoingWebHook executor node.