Service for Configuration API operations.
Operations: fetch, update
Summary
Functions
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Bulkexports.V1.Export.Configuration.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Fetch a specific Export Configuration.
Operation: FetchExportConfiguration | Tags: BulkexportsV1ExportConfiguration
@spec update(Twilio.Client.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.Bulkexports.V1.Export.Configuration.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Update a specific Export Configuration.
Operation: UpdateExportConfiguration | Tags: BulkexportsV1ExportConfiguration
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
Enabled | boolean | If true, Twilio will automatically generate every day's file when the day is over. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
WebhookMethod | string | 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 |
WebhookUrl | string (uri) | Stores the URL destination for the method specified in webhook_method. |