EnableEventDestination
Enables an event destination.
Stored Procedure Specific Information
Stripe allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
The 'EventDestinationId' input parameter is required to execute the procedure.
EXEC EnableEventDestination EventDestinationId = 'ed_test_61ScMnMqRNGvCdclT16SbC3W0eSQEvCjDyDENOLjs7dQ';
Input
| Name | Type | Description |
| EventDestinationId | String | Identifier for the event destination to enable. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the procedure suceeded or not. |
| EventDestinationId | String | Identifier for the event destination to disable. |