Method |
Description |
|
all ( ) : Response |
Get all workflows. |
|
create ( array $workflow ) : Response |
Create a new workflow. |
|
delete ( integer $id ) : Response |
Delete a workflow. |
|
enrollContact ( integer $workflow_id, string $email ) : Response |
Enroll a contact in a workflow. |
|
enrollmentsForContact ( integer $contact_id ) : Response |
Get current enrollments for a contact. |
|
getById ( integer $id ) : Response |
Get a specific workflow. |
|
pastEventsForContact ( integer $workflow_id, integer $contact_id, array $params = [] ) : Response |
Get past events for contact from a workflow. |
|
unenrollContact ( integer $workflow_id, string $email ) : Response |
Unenroll a contact from a workflow. |
|
upcomingEventsForContact ( integer $workflow_id, integer $contact_id, array $params = [] ) : Response |
Get upcoming (scheduled) events for a contact in a workflow. |
|