DocuSign Email Queue
Overview
Section titled “Overview”Frappe DocType DocuSign Email Queue (Lee Kim Alliance ERP).
- Category: Automation & communications
- Module folder:
lee_kim_alliance_erp - Submittable: No
- Track changes: Yes
Source files
Section titled “Source files”- JSON:
leekimerp/lee_kim_alliance_erp/doctype/docusign_email_queue/docusign_email_queue.json - Server:
leekimerp/lee_kim_alliance_erp/doctype/docusign_email_queue/docusign_email_queue.py - Client:
leekimerp/lee_kim_alliance_erp/doctype/docusign_email_queue/docusign_email_queue.js - List client:
leekimerp/lee_kim_alliance_erp/doctype/docusign_email_queue/docusign_email_queue_list.js
ERPNext / standard integration
Section titled “ERPNext / standard integration”Add narrative here: which standard DocTypes (Customer, Sales Invoice, Employee, …) this document links to or replaces in workflows. See Module mapping and feature pages.
Desk & process flow
Section titled “Desk & process flow”- Typical entry: (add List / Form route or workspace name)
- Process: (add state machine / approvals / schedulers)
Fields
Section titled “Fields”| Field | Label | Type | Options | Req | RO |
|---|---|---|---|---|---|
| company_id | Company Id | Data | — | Yes | Yes |
| total_documents | Total Documents | Int | — | Yes | Yes |
| total_signers | Total Signers | Int | — | Yes | Yes |
| status | Status | Select | Not Sent Sent | Yes | Yes |
| frequency | Frequency | Data | — | Yes | Yes |
| recipient_list | Recipients List | Table | DocuSign Email Queue Recipient | — | Yes |
| document_list | Documents List | Table | DocuSign Email Queue Document | — | Yes |
| total_receivers | Total Recievers | Int | — | Yes | Yes |
| email_subject | Email Subject | Data | — | Yes | Yes |
| email_body | Email Body | HTML Editor | — | Yes | — |
| payload_json | Payload JSON | JSON | — | Yes | Yes |
Structural breaks (Tab/Section/Column) are omitted from the table.