AddRecipients method: PTNotification class
Syntax
AddRecipients(recipient_type, value)
Description
Use this method to add multiple recipients of the same type.
Parameters
| Parameter | Description |
|---|---|
|
recipient_type |
Specify the recipient type as a numeric value or a constant value:
|
|
value |
Specifies the values for the recipient type as an array. Specify a number in E164 format for external phone number. |
Returns
None.
Related Topics