InfusionsoftTriggerOperations 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.
Trigger operation name constants for the Infusionsoft connector.
Use these constants with the [ConnectorTrigger] attribute's OperationName property
and with the Connector Namespace TriggerConfig operationName field.
public static class InfusionsoftTriggerOperations
type InfusionsoftTriggerOperations = class
Public Class InfusionsoftTriggerOperations
- Inheritance
-
InfusionsoftTriggerOperations
Fields
| Name | Description |
|---|---|
| OnNewOrder |
When there is a new order. Payload type: InfusionsoftOnNewOrderTriggerPayload. |
| OnNewTask |
When a new task is created. Payload type: InfusionsoftOnNewTaskTriggerPayload. |