Is there a way to send the welcome email when creating a new subscriber? I see the admin panel does something like this: ```ruby send_welcome_email: 1, channel: { welcome_email_subject: 'Welcome email subject', welcome_email_body: 'Welcome email body' } ``` but I can't seem to get it to work using the API.