mycred_twilio_transfer_finished
Description
This action allows you to execute custom code when a Twilio transfer has finished successfully. This action runs after the transfer has completed but before an SMS reply is sent to Twilio.
Available since version 1.0
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
$transaction_id |
int | No | A unique transaction ID. |
$request |
array | No | The transfer request array that was successfully processed. |
$module |
obj | No | The Twilio Transfer module object. |
Used By
| Package | Prio. | Description |
|---|---|---|
| Not used by any built-in package. | ||
Examples
No example found.