File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646# The envelope has two recipients.
4747# recipient 1 - signer
4848# recipient 2 - cc
49+ #
50+ # The envelope is created with "created" (draft) status.
51+ #
4952# The envelope will be sent first to the signer.
5053# After it is signed, a copy is sent to the cc person.
5154
@@ -131,7 +134,7 @@ printf \
131134 }
132135 ]
133136 },
134- "status": "draft "
137+ "status": "created "
135138}' >> $request_data
136139
137140curl --header " Authorization: Bearer ${access_token} " \
@@ -165,7 +168,7 @@ sending_ceremony_url=`cat $response | grep url | sed 's/.*\"url\": \"//' | sed '
165168# Next, we update the returned url if we want to start with the Recipient
166169# and Documents view
167170if [ " $starting_view " = " recipient" ]; then
168- sending_ceremony_url=` printf " ${sending_ceremony / send=1/ send=0} " `
171+ sending_ceremony_url=` printf " ${sending_ceremony_url / send=1/ send=0} " `
169172fi
170173
171174echo " "
You can’t perform that action at this time.
0 commit comments