bird sms templates
Usage
Exemple de code
bird sms templatesDescription
Bird's built-in templates are the catalogue today; workspace-authored SMS templates are
modelled but not available yet, so filtering by that scope matches nothing. The list comes
back whole rather than paginated, and a template is addressed by name or by id.
Reads return JSON.
Procedure
Send an SMS from a built-in template
Bird ships a small catalogue of ready-made SMS templates — one-time passcodes, password resets, sign-in alerts — localized, and sent from a Bird-operated sender picked for the destination country. Browse the catalogue, read the variables the one you want expects, then send it by name. Templates authored in the workspace are not available yet, so everything in the catalogue is a Bird built-in.
- bird sms templates list — Returns the whole catalogue in one response; it is small and not paginated. Filter by category, or by the language you intend to send in. Next: bird sms templates get
- bird sms templates get — Resolves by name (for example bird_otp_verification) or by id, and returns the variables a send must supply. Every required variable must be present, no undeclared key is accepted, and each value must match its variable's declared format. Next: bird sms send