C# Class HubspotAPIWrapper.Workflows

Inheritance: BaseClass
Afficher le fichier Open project: Axosoft/HubspotAPIWrapper

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetPath ( string method ) : string

Method Details

EnrollContactIntoWorkflow() public méthode

public EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
Résultat System.Json.JsonObject

GetAllWorkFlows() public méthode

public GetAllWorkFlows ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

GetCurrentEnrollment() public méthode

public GetCurrentEnrollment ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

GetPath() protected méthode

protected GetPath ( string method ) : string
method string
Résultat string

GetWorkflowById() public méthode

public GetWorkflowById ( string workflowId ) : System.Json.JsonObject
workflowId string
Résultat System.Json.JsonObject

LogEvents() public méthode

public LogEvents ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

RemoveContactFromWorkflow() public méthode

public RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject
workflowId string
contactEmail string
Résultat System.Json.JsonObject

UpcomingEvents() public méthode

public UpcomingEvents ( ) : System.Json.JsonObject
Résultat System.Json.JsonObject

Workflows() public méthode

public Workflows ( string apiKey = null, string accessToken = null, string refreshToken = null, string clientId = null ) : System
apiKey string
accessToken string
refreshToken string
clientId string
Résultat System