Azure notification hub client can send up to 20 tags at a time with the SendTemplateNotificationAsync()
function. If I have 200,000 customers and both the messages and recipients of each message are constantly changing, the ideal would be to have a tag for each customer, but with the 10 tag send limit this isn’t possible.
How do I manage and send to hundreds of thousands of customers without doing thousands of calls to hub client functions every push message?