Skip to main content
Oneflow
Previewv1.1.0
98 actions · 45 events · 1 auth method
E-Signature

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Token

Oneflow authenticates with a static account API token plus the email of a registered Oneflow user that the request acts…
Optionally, configure receiving Events for Oneflow into StackOne.

Webhooks setup

3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Token

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

98 actions
Action
Description
List Contracts
Retrieve a list of contracts from your Oneflow account
Get Contract
Retrieve a specific contract by its ID
Create Contract
Create a new contract based on a selected template
Update Contract
Update a specific contract by its ID
Delete Contract
Delete a specific contract by its ID
Publish Contract
Publish a contract and send it to participants
Mark Contract As Signed
Mark a contract as signed by all users
Decline Contract
Decline a contract by its ID
Import Contract
Import a contract into Oneflow
List Contract Parties
Retrieve the list of parties for a specific Oneflow contract
Get Contract Party
Retrieve a specific party from a Oneflow contract by its ID
Create Contract Party
Create a party in a Oneflow contract
Update Contract Party
Update a party in a Oneflow contract
Delete Contract Party
Delete a specific party from a Oneflow contract by its ID
Create Contract Participant
Add a new participant to an existing contract party
Get Contract Participant
Retrieve a specific participant from a contract party by its ID
Update Contract Participant
Update a participant in a Oneflow contract
Delete Contract Participant
Delete a specific participant from a contract party by its ID
Create Participant Access Link
Create an access link to a contract for a specific participant
List Contract Data Fields
Retrieve the list of data fields for a specific Oneflow contract
Get Contract Data Field
Retrieve a specific data field from a Oneflow contract by its ID
Update Contract Data Fields
Update one or multiple data field values in a Oneflow contract
Update Contract Data Field
Update a single data field value in a Oneflow contract
List Contract Files
Retrieve the list of all files available for a specific Oneflow contract
Download Contract File
Download a specific file from a Oneflow contract by its ID
Upload Contract File
Upload a file to a specific file group in a Oneflow contract
List Contract Products
Retrieve the list of products in a specific Oneflow contract
Get Contract Product
Retrieve a specific product from a Oneflow contract by its ID
Update Contract Product
Update a specific product in a Oneflow contract by its ID
List Templates
Retrieve a list of templates available in your Oneflow account
Get Template
Retrieve a specific template by its ID
List Template Types
Retrieve a list of template types available in your Oneflow account
Get Template Type
Retrieve a specific template type by its ID
Create Template Type
Create a new template type in your Oneflow account
List Tags
Retrieve a list of all tags for your Oneflow account
Get Tag
Retrieve a specific tag by its ID
Create Tag
Create a new tag in your Oneflow account
Update Tag
Update a specific tag by its ID
Delete Tag
Delete a specific tag by its ID
List Webhooks
Retrieve the list of webhooks from your Oneflow account
Get Webhook
Retrieve a specific webhook by ID
Create Webhook
Create a new webhook in your Oneflow account
Update Webhook
Update an existing webhook by ID
Delete Webhook
Delete a webhook by ID
List Contacts
Retrieve the list of contacts in a workspace
Get Contact
Retrieve a specific contact by ID
Create Contact
Create a new contact within a workspace
Update Contact
Update an existing contact by ID
Delete Contact
Delete a contact by ID
List Workspaces
Retrieve the list of workspaces available for the authenticated user in your Oneflow account
Get Workspace
Retrieve a specific workspace by its unique ID from your Oneflow account
List Users
Retrieve a list of all users from your Oneflow account
Get Account
Retrieve information about the current Oneflow account
Active Check
Responds with 200 OK to any Oneflow webhook delivery that does not carry a usable event.
Contract Create
Triggered by the Oneflow “contract:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…
Contract Publish
Triggered by the Oneflow “contract:publish” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Contract Sign
Triggered by the Oneflow “contract:sign” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Ret…
Contract Decline
Triggered by the Oneflow “contract:decline” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Contract Delete
Triggered by the Oneflow “contract:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…
Contract Restore
Triggered by the Oneflow “contract:restore” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Contract Content Update
Triggered by the Oneflow “contract:content_update” event when the webhook is subscribed to it via the filters EVENT_TYPE…
Contract Signature Reset
Triggered by the Oneflow “contract:signature_reset” event when the webhook is subscribed to it via the filters EVENT_TYP…
Contract Signing Period Expire
Triggered by the Oneflow “contract:signing_period_expire” event when the webhook is subscribed to it via the filters EVE…
Contract Signing Period Revive
Triggered by the Oneflow “contract:signing_period_revive” event when the webhook is subscribed to it via the filters EVE…
Contract Workspace Update
Triggered by the Oneflow “contract:workspace_update” event when the webhook is subscribed to it via the filters EVENT_TY…
Contract Ai Extract Complete
Triggered by the Oneflow “contract:ai_extract:complete” event when the webhook is subscribed to it via the filters EVENT…
Contract Draft Approval Flow Start
Triggered by the Oneflow “contract:draft_approval_flow:start” event when the webhook is subscribed to it via the filters…
Contract Draft Approval Flow Complete
Triggered by the Oneflow “contract:draft_approval_flow:complete” event when the webhook is subscribed to it via the filt…
Contract Draft Approval Flow Reset
Triggered by the Oneflow “contract:draft_approval_flow:reset” event when the webhook is subscribed to it via the filters…
Contract Lifecycle Settings Update
Triggered by the Oneflow “contract:lifecycle_settings:update” event when the webhook is subscribed to it via the filters…
Contract Lifecycle State Start
Triggered by the Oneflow “contract:lifecycle_state:start” event when the webhook is subscribed to it via the filters EVE…
Contract Lifecycle State New Period
Triggered by the Oneflow “contract:lifecycle_state:new_period” event when the webhook is subscribed to it via the filter…
Contract Lifecycle State Cancel
Triggered by the Oneflow “contract:lifecycle_state:cancel” event when the webhook is subscribed to it via the filters EV…
Contract Lifecycle State Terminate
Triggered by the Oneflow “contract:lifecycle_state:terminate” event when the webhook is subscribed to it via the filters…
Contract Lifecycle State End
Triggered by the Oneflow “contract:lifecycle_state:end” event when the webhook is subscribed to it via the filters EVENT…
Contract Lifecycle Reminder New
Triggered by the Oneflow “contract:lifecycle_reminder:new” event when the webhook is subscribed to it via the filters EV…
Contract Lifecycle Reminder End
Triggered by the Oneflow “contract:lifecycle_reminder:end” event when the webhook is subscribed to it via the filters EV…
Participant Create
Triggered by the Oneflow “participant:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Participant Publish
Triggered by the Oneflow “participant:publish” event when the webhook is subscribed to it via the filters EVENT_TYPE rul…
Participant Sign
Triggered by the Oneflow “participant:sign” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Participant Decline
Triggered by the Oneflow “participant:decline” event when the webhook is subscribed to it via the filters EVENT_TYPE rul…
Participant Signature Reset
Triggered by the Oneflow “participant:signature_reset” event when the webhook is subscribed to it via the filters EVENT_…
Participant Update
Triggered by the Oneflow “participant:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Participant Delegate
Triggered by the Oneflow “participant:delegate” event when the webhook is subscribed to it via the filters EVENT_TYPE ru…
Participant Delete
Triggered by the Oneflow “participant:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Participant Delivery Failure
Triggered by the Oneflow “participant:delivery_failure” event when the webhook is subscribed to it via the filters EVENT…
Participant First Visit
Triggered by the Oneflow “participant:first_visit” event when the webhook is subscribed to it via the filters EVENT_TYPE…
Participant Draft Approval Flow Approve
Triggered by the Oneflow “participant:draft_approval_flow:approve” event when the webhook is subscribed to it via the fi…
Participant Draft Approval Flow Reset
Triggered by the Oneflow “participant:draft_approval_flow:reset” event when the webhook is subscribed to it via the filt…
Party Create
Triggered by the Oneflow “party:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
Party Update
Triggered by the Oneflow “party:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
Party Delete
Triggered by the Oneflow “party:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
Product Create
Triggered by the Oneflow “product:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
Product Update
Triggered by the Oneflow “product:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
Product Delete
Triggered by the Oneflow “product:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
Data Field Update
Triggered by the Oneflow “data_field:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
Comment Create
Triggered by the Oneflow “comment:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
Reminder Expire
Triggered by the Oneflow “reminder:expire” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…

Events

|
45 events
Event
Description
Tags
Active Check
Responds with 200 OK to any Oneflow webhook delivery that does not carry a usable event.
Health Checks
Contract Create
Triggered by the Oneflow “contract:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…
ContractsWebhooks
Contract Publish
Triggered by the Oneflow “contract:publish” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsWebhooks
Contract Sign
Triggered by the Oneflow “contract:sign” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Ret…
ContractsWebhooks
Contract Decline
Triggered by the Oneflow “contract:decline” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsWebhooks
Contract Delete
Triggered by the Oneflow “contract:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…
ContractsWebhooks
Contract Restore
Triggered by the Oneflow “contract:restore” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsWebhooks
Contract Content Update
Triggered by the Oneflow “contract:content_update” event when the webhook is subscribed to it via the filters EVENT_TYPE…
ContractsWebhooks
Contract Signature Reset
Triggered by the Oneflow “contract:signature_reset” event when the webhook is subscribed to it via the filters EVENT_TYP…
ContractsWebhooks
Contract Signing Period Expire
Triggered by the Oneflow “contract:signing_period_expire” event when the webhook is subscribed to it via the filters EVE…
ContractsWebhooks
Contract Signing Period Revive
Triggered by the Oneflow “contract:signing_period_revive” event when the webhook is subscribed to it via the filters EVE…
ContractsWebhooks
Contract Workspace Update
Triggered by the Oneflow “contract:workspace_update” event when the webhook is subscribed to it via the filters EVENT_TY…
ContractsWebhooks
Contract Ai Extract Complete
Triggered by the Oneflow “contract:ai_extract:complete” event when the webhook is subscribed to it via the filters EVENT…
ContractsWebhooks
Contract Draft Approval Flow Start
Triggered by the Oneflow “contract:draft_approval_flow:start” event when the webhook is subscribed to it via the filters…
ContractsWebhooks
Contract Draft Approval Flow Complete
Triggered by the Oneflow “contract:draft_approval_flow:complete” event when the webhook is subscribed to it via the filt…
ContractsWebhooks
Contract Draft Approval Flow Reset
Triggered by the Oneflow “contract:draft_approval_flow:reset” event when the webhook is subscribed to it via the filters…
ContractsWebhooks
Contract Lifecycle Settings Update
Triggered by the Oneflow “contract:lifecycle_settings:update” event when the webhook is subscribed to it via the filters…
ContractsWebhooks
Contract Lifecycle State Start
Triggered by the Oneflow “contract:lifecycle_state:start” event when the webhook is subscribed to it via the filters EVE…
ContractsWebhooks
Contract Lifecycle State New Period
Triggered by the Oneflow “contract:lifecycle_state:new_period” event when the webhook is subscribed to it via the filter…
ContractsWebhooks
Contract Lifecycle State Cancel
Triggered by the Oneflow “contract:lifecycle_state:cancel” event when the webhook is subscribed to it via the filters EV…
ContractsWebhooks
Contract Lifecycle State Terminate
Triggered by the Oneflow “contract:lifecycle_state:terminate” event when the webhook is subscribed to it via the filters…
ContractsWebhooks
Contract Lifecycle State End
Triggered by the Oneflow “contract:lifecycle_state:end” event when the webhook is subscribed to it via the filters EVENT…
ContractsWebhooks
Contract Lifecycle Reminder New
Triggered by the Oneflow “contract:lifecycle_reminder:new” event when the webhook is subscribed to it via the filters EV…
ContractsWebhooks
Contract Lifecycle Reminder End
Triggered by the Oneflow “contract:lifecycle_reminder:end” event when the webhook is subscribed to it via the filters EV…
ContractsWebhooks
Participant Create
Triggered by the Oneflow “participant:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsParticipantsWebhooks
Participant Publish
Triggered by the Oneflow “participant:publish” event when the webhook is subscribed to it via the filters EVENT_TYPE rul…
ContractsParticipantsWebhooks
Participant Sign
Triggered by the Oneflow “participant:sign” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsParticipantsWebhooks
Participant Decline
Triggered by the Oneflow “participant:decline” event when the webhook is subscribed to it via the filters EVENT_TYPE rul…
ContractsParticipantsWebhooks
Participant Signature Reset
Triggered by the Oneflow “participant:signature_reset” event when the webhook is subscribed to it via the filters EVENT_…
ContractsParticipantsWebhooks
Participant Update
Triggered by the Oneflow “participant:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsParticipantsWebhooks
Participant Delegate
Triggered by the Oneflow “participant:delegate” event when the webhook is subscribed to it via the filters EVENT_TYPE ru…
ContractsParticipantsWebhooks
Participant Delete
Triggered by the Oneflow “participant:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsParticipantsWebhooks
Participant Delivery Failure
Triggered by the Oneflow “participant:delivery_failure” event when the webhook is subscribed to it via the filters EVENT…
ContractsParticipantsWebhooks
Participant First Visit
Triggered by the Oneflow “participant:first_visit” event when the webhook is subscribed to it via the filters EVENT_TYPE…
ContractsParticipantsWebhooks
Participant Draft Approval Flow Approve
Triggered by the Oneflow “participant:draft_approval_flow:approve” event when the webhook is subscribed to it via the fi…
ContractsParticipantsWebhooks
Participant Draft Approval Flow Reset
Triggered by the Oneflow “participant:draft_approval_flow:reset” event when the webhook is subscribed to it via the filt…
ContractsParticipantsWebhooks
Party Create
Triggered by the Oneflow “party:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
ContractsPartiesWebhooks
Party Update
Triggered by the Oneflow “party:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
ContractsPartiesWebhooks
Party Delete
Triggered by the Oneflow “party:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Retr…
ContractsPartiesWebhooks
Product Create
Triggered by the Oneflow “product:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
ContractsProductsWebhooks
Product Update
Triggered by the Oneflow “product:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
ContractsProductsWebhooks
Product Delete
Triggered by the Oneflow “product:delete” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
ContractsProductsWebhooks
Data Field Update
Triggered by the Oneflow “data_field:update” event when the webhook is subscribed to it via the filters EVENT_TYPE rule…
ContractsData FieldsWebhooks
Comment Create
Triggered by the Oneflow “comment:create” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. Re…
ContractsCommentsWebhooks
Reminder Expire
Triggered by the Oneflow “reminder:expire” event when the webhook is subscribed to it via the filters EVENT_TYPE rule. R…
ContractsRemindersWebhooks