Update a specific Export Configuration.
Update a specific Export Configuration.
Body
-
If true, Twilio will automatically generate every day's file when the day is over.
-
Stores the URL destination for the method specified in webhook_method.
-
Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url
POST
/v1/Exports/{ResourceType}/Configuration
curl \
--request POST 'https://bulkexports.twilio.com/v1/Exports/{ResourceType}/Configuration' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Enabled=true'
Request example
{"Enabled"=>true}
Response examples (200)
{
"url": "https://bulkexports.twilio.com/v1/Exports/Messages/Configuration",
"enabled": true,
"webhook_url": "",
"resource_type": "Messages",
"webhook_method": ""
}