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 |
Method | Description | |
---|---|---|
GetPath ( string method ) : string |
public EnrollContactIntoWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject | ||
workflowId | string | |
contactEmail | string | |
return | System.Json.JsonObject |
public GetAllWorkFlows ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public GetCurrentEnrollment ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public GetWorkflowById ( string workflowId ) : System.Json.JsonObject | ||
workflowId | string | |
return | System.Json.JsonObject |
public LogEvents ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
public RemoveContactFromWorkflow ( string workflowId, string contactEmail ) : System.Json.JsonObject | ||
workflowId | string | |
contactEmail | string | |
return | System.Json.JsonObject |
public UpcomingEvents ( ) : System.Json.JsonObject | ||
return | System.Json.JsonObject |
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 |