UNPKG

infusionsoft-nodejs

Version:

A NodeJS SDK automatically generated from Infusionsoft API Swagger definitions.

57 lines (30 loc) 1.15 kB
# InfusionsoftRestApi.Goal ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **historicalContactCounts** | [**HistoricalCounts**](HistoricalCounts.md) | | [optional] **id** | **Number** | | [optional] **name** | **String** | | [optional] **nextSequenceIds** | **[Number]** | | [optional] **previousSequenceIds** | **[Number]** | | [optional] **type** | **String** | | [optional] <a name="TypeEnum"></a> ## Enum: TypeEnum * `WebForm` (value: `"WebForm"`) * `LandingPage` (value: `"LandingPage"`) * `Survey` (value: `"Survey"`) * `LinkClick` (value: `"LinkClick"`) * `Score` (value: `"Score"`) * `Purchase` (value: `"Purchase"`) * `Quote` (value: `"Quote"`) * `WebsiteTrigger` (value: `"WebsiteTrigger"`) * `InternalForm` (value: `"InternalForm"`) * `Task` (value: `"Task"`) * `StageMove` (value: `"StageMove"`) * `Note` (value: `"Note"`) * `Tag` (value: `"Tag"`) * `GroSocial` (value: `"GroSocial"`) * `TwitterForm` (value: `"TwitterForm"`) * `API` (value: `"API"`) * `WordPress` (value: `"WordPress"`) * `NewLandingPage` (value: `"NewLandingPage"`)