Contract signed delivery (DocuSign → Google Drive → Outlook)
快速摘要
触发器
DocuSign - Watch Envelope Status (completed)
步骤
3
DocuSign - Watch Envelope Status (completed) → Google Drive - Upload a File → Microsoft Outlook - Send Email
泳道
2
集成
DocuSign, Google Drive, Outlook
FlowZap 代码
docusign { # Docusign
n1: rectangle label:"DocuSign - Watch Envelope Status (completed)" system:"DocuSign"
n2: rectangle label:"Google Drive - Upload a File" system:"Google Drive"
n1.handle(right) -> n2.handle(left)
}
legalOps { # LegalOps
n3: rectangle label:"Microsoft Outlook - Send Email" system:"Outlook"
n2.handle(bottom) -> legalOps.n3.handle(top) [label="Send signed copy"]
}