bird sms suppressions add
Usage
Ejemplo de código
bird sms suppressions add [flags]Description
Create an SMS suppression
Stop one of your senders from messaging one subscriber. Covers that sender only; your other senders keep reaching them.
Build the request from flags, a JSON SMSSuppressionCreate body via --body-file ("-" reads
stdin), or both — a flag overrides the matching body field. Run --example to
print a ready-to-edit body, or --dry-run to print the resolved request without
sending it.
Examples
Ejemplo de código
# print the body shape (no credentials needed)
bird sms suppressions add --example
# the body it prints:Ejemplo de código
{
"destination": "+15550001234",
"originator": "+15557654321"
}Options
Request
| Name | Description |
|---|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
Options
| Name | Description |
|---|---|
| --destination | The subscriber to stop messaging, in E.164 format. (required; or in --body-file) |
| --originator | The sender to stop. Your other senders keep reaching this subscriber, so stopping every one of them means one call per sender. (required; or in --body-file) |
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird sms suppressions get | Get an SMS suppression |
| bird sms suppressions list | List SMS suppressions |
| bird sms suppressions remove | Delete an SMS suppression |
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Ver la guíaSending your first SMSComprender el conceptoWhat does SMS mean?Explorar la funcionalidadSMSSeguir la ruta de aprendizajeBuild your first integration
Prueba el ejercicio y obtén un resumen de implementación