Twilio\Rest\Chat\V2\Service\Channel\UpdateWebhookOptions::setConfigurationFlowSid

The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` = `studio`.

Signature

public function setConfigurationFlowSid(string $configurationFlowSid )

Parameters

$configurationFlowSid — string
The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` = `studio`.

Returns

$this
Fluent Builder