Skip to content

bigfunctions > send_sms

send_sms

Signature

send_sms(message, phone_number)

Description

Sends message via SMS to phone_number

Examples

To a French phone number

select bigfunctions.eu.send_sms("Hello 👋 from bigfunctions!", "+33xxxxxxxxx")
select bigfunctions.us.send_sms("Hello 👋 from bigfunctions!", "+33xxxxxxxxx")
select bigfunctions.europe_west1.send_sms("Hello 👋 from bigfunctions!", "+33xxxxxxxxx")
+----------------------------------------------------+
| response                                           |
+----------------------------------------------------+
| {
  "body": "Hello 👋 from bigfunctions!",
  ...
}
 |
+----------------------------------------------------+