@@ -311,7 +311,7 @@ def send(
311311 expires_at : Union [str , datetime ] | Omit = omit ,
312312 from_ : str | Omit = omit ,
313313 locale : str | Omit = omit ,
314- preferred_channel : Literal ["sms" , "whatsapp" ] | Omit = omit ,
314+ preferred_channel : Literal ["sms" , "rcs" , " whatsapp" ] | Omit = omit ,
315315 schedule_at : Union [str , datetime ] | Omit = omit ,
316316 variables : Dict [str , str ] | Omit = omit ,
317317 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -322,8 +322,8 @@ def send(
322322 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
323323 ) -> NotifySendResponse :
324324 """
325- Send transactional and marketing messages to your users via SMS and WhatsApp
326- with automatic compliance enforcement.
325+ Send transactional and marketing messages to your users via SMS, RCS and
326+ WhatsApp with automatic compliance enforcement.
327327
328328 Args:
329329 template_id: The template identifier configured by your Customer Success team.
@@ -401,7 +401,7 @@ def send_batch(
401401 expires_at : Union [str , datetime ] | Omit = omit ,
402402 from_ : str | Omit = omit ,
403403 locale : str | Omit = omit ,
404- preferred_channel : Literal ["sms" , "whatsapp" ] | Omit = omit ,
404+ preferred_channel : Literal ["sms" , "rcs" , " whatsapp" ] | Omit = omit ,
405405 schedule_at : Union [str , datetime ] | Omit = omit ,
406406 variables : Dict [str , str ] | Omit = omit ,
407407 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -745,7 +745,7 @@ async def send(
745745 expires_at : Union [str , datetime ] | Omit = omit ,
746746 from_ : str | Omit = omit ,
747747 locale : str | Omit = omit ,
748- preferred_channel : Literal ["sms" , "whatsapp" ] | Omit = omit ,
748+ preferred_channel : Literal ["sms" , "rcs" , " whatsapp" ] | Omit = omit ,
749749 schedule_at : Union [str , datetime ] | Omit = omit ,
750750 variables : Dict [str , str ] | Omit = omit ,
751751 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -756,8 +756,8 @@ async def send(
756756 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
757757 ) -> NotifySendResponse :
758758 """
759- Send transactional and marketing messages to your users via SMS and WhatsApp
760- with automatic compliance enforcement.
759+ Send transactional and marketing messages to your users via SMS, RCS and
760+ WhatsApp with automatic compliance enforcement.
761761
762762 Args:
763763 template_id: The template identifier configured by your Customer Success team.
@@ -835,7 +835,7 @@ async def send_batch(
835835 expires_at : Union [str , datetime ] | Omit = omit ,
836836 from_ : str | Omit = omit ,
837837 locale : str | Omit = omit ,
838- preferred_channel : Literal ["sms" , "whatsapp" ] | Omit = omit ,
838+ preferred_channel : Literal ["sms" , "rcs" , " whatsapp" ] | Omit = omit ,
839839 schedule_at : Union [str , datetime ] | Omit = omit ,
840840 variables : Dict [str , str ] | Omit = omit ,
841841 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
0 commit comments