C# Class HubspotAPIWrapper.Workflows

Inheritance: BaseClass
Mostrar archivo Open project: Axosoft/HubspotAPIWrapper

Public Methods

Method Description
EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
GetAllWorkFlows ( ) : System.Json.JsonObject
GetCurrentEnrollment ( ) : System.Json.JsonObject
GetWorkflowById ( string workflowId ) : System.Json.JsonObject
LogEvents ( ) : System.Json.JsonObject
RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
UpcomingEvents ( ) : System.Json.JsonObject
Workflows ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System

Protected Methods

Method Description
GetPath ( string method ) : string

Method Details

EnrollContactIntoWorkflow() public method

public EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
return System.Json.JsonObject

GetAllWorkFlows() public method

public GetAllWorkFlows ( ) : System.Json.JsonObject
return System.Json.JsonObject

GetCurrentEnrollment() public method

public GetCurrentEnrollment ( ) : System.Json.JsonObject
return System.Json.JsonObject

GetPath() protected method

protected GetPath ( string method ) : string
method string
return string

GetWorkflowById() public method

public GetWorkflowById ( string workflowId ) : System.Json.JsonObject
workflowId string
return System.Json.JsonObject

LogEvents() public method

public LogEvents ( ) : System.Json.JsonObject
return System.Json.JsonObject

RemoveContactFromWorkflow() public method

public RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
return System.Json.JsonObject

UpcomingEvents() public method

public UpcomingEvents ( ) : System.Json.JsonObject
return System.Json.JsonObject

Workflows() public method

public Workflows ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
return System