Create a new recording push config
POST https://voice.8x8.com/api/v1/subaccounts/:subAccountId/recording-push-config
Create a new recording push config
Request
Path Parameters
Possible values: >= 3 characters and <= 50 characters, Value must match regular expression ^[A-Za-z0-9\-._&]{3,50}$
You must replace {subAccountId} with the subaccountid that you want to use. By default this is generated once you have completed the voice onboarding.
Bodyrequired
Create webhooks params
The protocol to be used for the recording push config.
The host to be used for the recording push config.
The port to be used for the recording push config.
The username to be used for the recording push config.
The password to be used for the recording push config.
The path to be used for the recording push config.
Request succeeded
Schema
The recording push config has been deleted.
The sub account id for the recording push config.
The protocol to be used for the recording push config.
The host to be used for the recording push config.
The port to be used for the recording push config.
The username to be used for the recording push config.
The password to be used for the recording push config.
The path to be used for the recording push config.
The status code for the recording push config.
The status message for the recording push config.
{
"delete":true,
"subAccountId":"XXXX",
"protocol":"ftp",
"host":"ftp.sample.com",
"port":21,
"username":"username",
"passwordSet":true,
"path":"/path/to/folder",
"statusCode":0,
"statusMessage":"ok"
}
API key not found or invalid
Resource not accessible
Resource not found
Invalid param
Schema
1aa1fc32-8e07-11ea-864e-1961d882f548
1001
Invalid JSON request body
{}
{
"errorId":"1aa1fc32-8e07-11ea-864e-1961d882f548",
"statusCode":"1001",
"statusMessage":"Invalid JSON request body",
"timestamp":{}
}
Server error
Source: https://developer.8x8.com/connect/reference/create-a-new-recording-push-config · 8x8 CPaaS Developer Docs. Synced for support deflection.
0 Comments