Is there a way to susbcribe a email to multiple lists in one API call?
{
“emailAddress”: “string”,
“subscriptionId”: “string”,
“legalBasis”: “LEGITIMATE_INTEREST_PQL”,
“legalBasisExplanation”: “string”
}
Is there a way to send this call with multiple values for the “subscriptionId”?
Thanks.
