getRecipientListId
Queries the ID of the recipient list a recipient belongs to in Optimizely Campaign.
Type: long
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailId | String | Mail ID |
Return values
Recipient list ID
Code structure
long getRecipientListId(String sessionId, String mailId)
Updated almost 3 years ago