Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Recipient List

List of recipients.
JSON example
1{
2    "recipients":[
3                        {
4                            "id": "xxxx",
5                            "name": "somename",
6                            "email": "someemail",
7                            "additionalFields": {
8                                "key1": "value1"
9                            }
10                        },
11                        ..............................
12                        {
13                            "id": "yyyy",
14                            "name": "somename1",
15                            "email": "someemail1",
16                            "additionalFields": {
17                                "key1": "value1"
18                            }
19                        }
20                ]
21}
Property Name Type Description Filter Group and Version Available Version
recipients Recipient Details[] List of recipients. Big, 56.0 56.0