bird email templates versions list
Usage
Codebeispiel
bird email templates versions list <template-ref> [flags]Description
List every version of a template (the draft plus all published versions), newest first.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.
Examples
Codebeispiel
bird email templates versions list <template-ref>
bird email templates versions list <template-ref> | jq -r '.data[].id'
bird email templates versions list <template-ref> --limit 50 --starting-after <cursor>Options
Pagination
| Name | Description |
|---|---|
| --ending-before | Cursor from the prev_cursor or refresh_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev_cursor returns the preceding page. refresh_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since. |
| --limit <n> | Maximum number of items to return per page. |
| --starting-after | Cursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order. |
Filters
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird email templates versions delete | Delete an email template draft |
| bird email templates versions get | Get an email template version |
| bird email templates versions rollback | Roll back an email template |
| bird email templates versions submit | Submit an email template version |
Verwandte Ressourcen
Weiter mit der Dokumentation, Anleitungen und Beispielen zu diesem Thema. Die Ressourcen sind auf Englisch.
Anleitung ansehenHow to build an email templateDie Funktion erkundenEmail templatesDem Lernpfad folgenBuild your first integrationImplementierungsleitfadenEmail templates
Übung ausprobieren und ein Implementierungs-Briefing erhalten