action docusign_notification_get_templates_template_id_notification { label: "Gets template notification information." description: "Retrieves the envelope notification, reminders and expirations, information for an existing template." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/templates/{templateId}/notification" encoding: json input: { type: "object" properties: { accountId: { type: "string" } templateId: { type: "string" } } required: ["accountId", "templateId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }