Add workflow fields¶
Adding fields to a document can be a difficult task. The positions must be calculated for all fields and it depends on many parameters. We provide a designer to make this process easier.

Method | Path |
---|---|
GET | /api/v1/workspaces/{workspaceId}/workflows/{workflowId}/session |
Warning
Add workflow fields using /api/v1/workflows/{id}/session
is deprecated.
You need to pass the workspace id on the path.
Tip
Embed the designerUrl provided in the response on your website and keep your client on your site during all the workflow creation process.
Example¶
curl --request GET 'https://app.yumisign.com/api/v1/workspaces/1/workflows/1/session'
{
"session": "custom_session_id",
"designerUrl": "https://app.yumisign.com/app/designer/custom_session_id"
}