UNPKG

infusionsoft-nodejs

Version:

A NodeJS SDK automatically generated from Infusionsoft API Swagger definitions.

66 lines (34 loc) 1.2 kB
# InfusionsoftRestApi.Item ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Number** | | [optional] **name** | **String** | | [optional] **nextItemId** | **Number** | | [optional] **previousItemId** | **Number** | | [optional] **type** | **String** | | [optional] <a name="TypeEnum"></a> ## Enum: TypeEnum * `NULL` (value: `"NULL"`) * `Start` (value: `"Start"`) * `Wait` (value: `"Wait"`) * `DelayTimer` (value: `"DelayTimer"`) * `ContactTimer` (value: `"ContactTimer"`) * `DateTimer` (value: `"DateTimer"`) * `Email` (value: `"Email"`) * `BardEmail` (value: `"BardEmail"`) * `EmailConfirm` (value: `"EmailConfirm"`) * `Voice` (value: `"Voice"`) * `Fax` (value: `"Fax"`) * `Letter` (value: `"Letter"`) * `Tag` (value: `"Tag"`) * `Opportunity` (value: `"Opportunity"`) * `Note` (value: `"Note"`) * `Task` (value: `"Task"`) * `Appointment` (value: `"Appointment"`) * `AssignOwner` (value: `"AssignOwner"`) * `FieldValue` (value: `"FieldValue"`) * `Fulfillment` (value: `"Fulfillment"`) * `Http` (value: `"Http"`) * `CustomerHub` (value: `"CustomerHub"`) * `ActionSet` (value: `"ActionSet"`)