You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
textMessage = AltiriaModelTextMessage('346XXXXXXXX', 'Mensaje de prueba')
85
85
jsonText = client.sendSms(textMessage)
86
86
print('¡Mensaje enviado!')
@@ -98,13 +98,13 @@ except ConnectionException as ce:
98
98
99
99
#### Ejemplo básico con remitente
100
100
101
-
Se trata de la opción más sencilla para realizar un envío de SMS añadiendo remitente.
101
+
Se trata de la opción más sencilla para realizar un envío de SMS añadiendo remitente. En este caso, se ilustra cómo realizar una autentificación mediante APIKEY, donde "XXXXXXXXXX" es el parámetro **apiKey** y "YYYYYYYYYY" el parámetro **apiSecret**.
0 commit comments