InfusionsoftTriggers Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static registry of trigger operations for the Infusionsoft connector that have typed payloads. Maps operation names to their typed TriggerCallbackPayload<T> subtypes. Triggers that return binary content (e.g., file downloads) are not included here because they have no JSON-deserializable payload type. See InfusionsoftTriggerOperations for the complete list of trigger operation name constants.
public static class InfusionsoftTriggers
type InfusionsoftTriggers = class
Public Class InfusionsoftTriggers
- Inheritance
-
InfusionsoftTriggers
Properties
| Name | Description |
|---|---|
| Operations |
Trigger operations with typed payloads for the Infusionsoft connector. This is a subset of all triggers — see InfusionsoftTriggerOperations for the full list. |