Add channels when creating a new subscriber (via API)
Hi there,
When creating a new subscriber, I noticed that I can add
I did some investigation and checked the code. It appears that in
I can create a PR to address this, but I need confirmation of my observations.
Thank you.
When creating a new subscriber, I noticed that I can add
channels, but the types indicate it should be an array of strings. Which strings should I provide?I did some investigation and checked the code. It appears that in
CreateSubscriberRequestDto, channels should accept multiple properties SubscriberChannelDto. Could the documentation have incorrect types?I can create a PR to address this, but I need confirmation of my observations.
Thank you.