You can link the work flow system or core system that you are using with the CloudSign system. By linking the API with internal customer systems such as Salesforce or Cybozu, you can automatically link internal approval work flows and the work required for concluding contracts.
What is CloudSign Web API
The CloudSign Web API is provided to allow the operations performed on CloudSign with a browser, from creating documents to sending them, to be run from a program.
Using the CloudSign Web API is recommended if you are experiencing any of the following issues.
I want to avoid entering or sending to the incorrect recipient or sharing recipient.
I want to increase efficiency by linking operations from internal approval procedures and concluding contracts to storage and management.
I want to handle the large amount work related to concluding contract with limited resources
Image of operations
お客様 | Customer |
[お客様の社内システム] | [Customer’s internal systems] |
帳票 | Forms |
クラウドサイン経由で送付 | Send via CloudSign |
API連携 | Link API |
確認依頼メール送付 | Send confirmation request email |
[契約相手のシステム] | [Contract party system] |
メール中のURLから書類確認 | Confirm documents from URL in email |
契約相手 | Contract party |
書類の内容に同意 | Consent to document |
電子署名を付与 | Apply electronic signature |
帳票を送付 | Send form |
帳票を受け取って保管 | Receive and store form |
社内システムに帳票を取り込み | Load form into internal system |
Web API specifications
The CloudSign Web API is based on the simple RESTful API.
Documents are hosted on SwaggerHub, and can be viewed at https://app.swaggerhub.com/api/CloudSign/cloudsign-web_api/
Clicking “UI” displays the list of APIs, so you can view details about individual APIs.
Please also refer to the usage guide.
We can always provide more information on installation and other details,
so please send us an inquiry.
Precautions
The following endpoints/operations are not available to customers on the Enterprise Plan.
/team_documents
ex.) GET /team_documents:Get the list of documents sent and received by all members
/me
ex.)GET /me:Get the user and team information on the user operating the API