PingEventDestination
Send a ping event to 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 PingEventDestination EventDestinationId = 'ed_test_61ScHxveU3etT63GO16SbC3W0eSQEvCjDyDENOLjsD0y';
Input
| Name | Type | Description |
| EventDestinationId | String | Identifier for the event destination to ping. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the procedure suceeded or not. |
| EventDestinationId | String | Identifier for the event destination to disable. |