Please enable JavaScript.
Coggle requires JavaScript to display documents.
Google Doc (start (//Awesome (// Yes (! %ret% = gdoc_create_from_template(…
Google Doc
This is a demonstration of how a bot can generate google doc with a contract, for example
//Awesome
-
-
-
-
The agreement will be between the %company% and %contractor%, correct?
// Yes
! %ret% = gdoc_create_from_template( template_id:'1n04YHCQWM6rBGqMGJtkRw_xtfGe-9yZ63FDVC7xWM_g',
find_replace:[
'{{DATE}}': %date%,
'{{COMPANY}}': %company%,
'{{CONTRACTOR}}': %contractor%,
'{{SIGNATURE COMPANY}}': %signature_company%,
'{{SIGNATURE CONTRACTOR}}': %signature_contractor%])
! %date% = date('j \d\a\y \o\f F, Y')
-
-
-
-
-
-
-
-