Purple Approval
Click `Create Approval` to create a new Approval Record or copy & paste a previous one in the text box below.
Approval Record
With an Approval ID in the text box above, click Refresh to get the most updated version of your Approval
Approval ID | Status | |
---|---|---|
Waiting for approval record. |
Submit Approval Action
Use the POST request below to Approve or Reject your Approval Record. Refresh the Approval Record above to see your updated record.
"action" can either beapprove
or reject
; it is not case sensitive. curl https://us-central1-creator-studio-workflows.cloudfunctions.net/submitApproval \
-X POST \
--header 'Content-Type: application/json' \
--data '{
"id": "YOUR_APPROVAL_ID",
"email": "YOUR_EMAIL",
"action": "approve"
}'
Loading...