Python
前提条件の設定
このチュートリアルを始める前に、いくつかの前提条件をクリアしておく必要があります。すでに完了している場合は、このステップをスキップしてください。
To use the Vonage Business Communications APIs, you must first request a developer account.
To request an account, contact your Vonage Business Communications account representative.
You will use the developer account to:
- Log in to the Business Communications Developer Portal
- Create API applications
- Subscribe to Vonage Business Communications APIs
Note: Your developer credentials are different than your Vonage Business Communications credentials and can only be used to log in to the Business Communications Developer Portal.
Subscribe to An API
Now that you have created your Application and configured authentication, you can subscribe to any one of the available Vonage Business Communications API's.
- Click the API Directory link in the left-hand navigation menu.
- Locate the API that you need in your application and click Go.
- Select your application from the My Applications drop-down located on the right-hand corner of the page.
- Click Subscribe:

Receiving call events using webhooks
Create a webhook to receive events from calls
手順
1
Introduction to this task2
Prerequisites3
Create a webhook4
Create a local server5
Create a webhook6
Cleanup7
What's next?