Documint

Learn how to use Documint with Composio

Overview

Enum

DOCUMINT

Description

Template description for documint

Authentication Details

api_key
stringRequired

Actions

Tool to permanently delete a single template by its id. use when you need to remove an outdated or unused template; ensure the template id is correct before calling.

Action Parameters

template_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a single template by its id. use when you need to fetch details of a specific template before generating documents.

Action Parameters

templateId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all documents in the authenticated user's account. use after obtaining a valid api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all templates in the authenticated user's account. use after obtaining a valid api key.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to update a single template by its id. use when you need to modify an existing template's settings or layout after fetching its current details.

Action Parameters

description
string
layout
object
name
string
settings
object
template_id
stringRequired

Action Response

data
object
error
string
successful
boolean