Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the redirect policy please add the following:

Info

Note the following regarding AgentRedirectConfiguration:

  •  Draft/create
    • If Allow flag is set to false, Policy and IFrameAllowList should be null
  • Draft/Update
    • If Allow flag is set to false,
      • Policy and IFrameAllowList should be null
      • If it is valid, then Policy and IFrameAllowList are reset to default
Code Block
languagejava
themeEclipse
"AgentRedirectConfiguration": {
    "Policy": "
None
Workflow",
    "Allow": 
true
false,
    "
IframeWhitelisting
IFrameAllowList": [
"string"
]
  }
,


RedirectPolicy values:

  • “ToDesigner”
  • “ToRecipients”
  • “ToSend”
  • "Workflow" → redirects to the create envelope page
  • "FormEditor" → redirects to the designer page
  • "Summary" → redirects to the envelope summary page


FormEditorWorkflowToDesignerToCreateEnvelope


 



ToSendSummary



Info

On the create envelope page you may think that you have to upload the document again but you do not have to. The document which you have uploaded before via the api call is still there. If go forward to the “Designer” page you can see the document.

...