Google Docs
gdoc_create_footer
Create a footer in the document. Returns the footer ID for inserting content.
Remote node2flow/google-docs
Other tools also called gdoc_create_footer?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"DEFAULT"
],
"type": "string",
"description": "Footer type: DEFAULT (applies to all pages unless overridden)"
},
"document_id": {
"type": "string",
"description": "The document ID"
},
"section_break_index": {
"type": "number",
"description": "Index of section break to create footer for (omit for document-level footer)"
}
}
}