Settings
General Settings
Company Information
Theme Customization
Notification Customization
Company Signature
Members
Contract Management
Security Management
API Management
    Webhook
한국어
  • 한국어
  • 中文(简体)
  • English

Go To Contracts
Log Out
Webhook
Glosign Webhook is called by Glosign Server to the client service URL to notify you when major changes to the contract are made.
Save
Webhook URL
Content-Type
Application/json
* The webhook sends you notifications to the URL you set at specific events.
* example(complete case) : curl -H "Content-Type: application/json" -X POST -d '{ "contract": "c123456789abcdefghijklmn", "hook_type": "contract", "state": "complete" }' { WebhookURL }