action docusign_notification_defaults_get_notification_defaults { label: "Gets envelope notification defaults." description: "This method returns the default settings for the email notifications that signers and senders receive about envelopes." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/settings/notification_defaults" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }