pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] docsgenflow

Open pipedream-component-development opened this issue 1 year ago • 0 comments

docsgenflow

URLs

  • https://docs.docsgenflow.com/

Actions

create-document

Prompt

Generates a document utilizing available Docsgenflow templates. Required prop includes 'template_id' specifying the id of the Docsgenflow template to use. Optional props could include 'data' with key-value pairs, each key representing a field in the template and the value the content to be filled in.

URLs

  • https://docs.docsgenflow.com/tokens-in-document
  • https://docs.docsgenflow.com/make-public-API

create-document-data

Prompt

Produces a document from a trigger's incoming data. The required prop is 'trigger_data' equating to the incoming data from any previously defined trigger. Optional props may include 'template_id', specifying an optional alternate template to use in the place of the default one.

URLs

  • https://docs.docsgenflow.com/tokens-in-document
  • https://docs.docsgenflow.com/make-public-API