-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
v7_go
URLs
Polling Sources
new-entity-instant
Prompt
Emit new event when an Entity is created in v7-go. Props include 'Workspace ID' and 'Project ID' which is required to identify the Entity.
URLs
- https://docs.go.v7labs.com/reference/workspace-list
- https://docs.go.v7labs.com/reference/project-list
- https://docs.go.v7labs.com/reference/filtered-entity-list
complete-entity-instant
Prompt
Emit new event when all fields of an Entity are completed in v7-go. Required props are 'Workspace ID' and 'Project ID' to define which entity's completion triggers the event.
URLs
- https://docs.go.v7labs.com/reference/workspace-list
- https://docs.go.v7labs.com/reference/project-list
- https://docs.go.v7labs.com/reference/filtered-entity-list
complete-field-instant
Prompt
Emit new event when a field within an Entity is completed in v7-go. Required props include 'Entity ID' to specify which entity the field belongs to and 'Field Name' to identify which specific field's completion triggers the event.
URLs
- https://docs.go.v7labs.com/reference/workspace-list
- https://docs.go.v7labs.com/reference/project-list
- https://docs.go.v7labs.com/reference/filtered-entity-list
Actions
create-project
Prompt
Initiates the creation of a new project with a unique project identifier as a required prop. Required props are 'Workspace Id' and 'Name'.
URLs
- https://docs.go.v7labs.com/reference/workspace-list
- https://docs.go.v7labs.com/reference/project-create
create-entity
Prompt
Triggers the creation of a new entity. No required props, Optional prop is "fields".
URLs
- https://docs.go.v7labs.com/reference/workspace-list
- https://docs.go.v7labs.com/reference/project-list
- https://docs.go.v7labs.com/reference/create-entities-programmatically
update-entity
Prompt
Executes an update on an existing entity. Required props are the entity type and entity identifier. Other props such as new entity attributes or relations can be optional.