bird email threads
Usage
Ejemplo de código
bird email threadsDescription
A thread groups one conversation's messages, newest first, and spans every mailbox
unless you filter by mailbox, contact, label, or time. Deleting takes an id, and
--permanent skips the trash window.
Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.
Commands
| Name | Description |
|---|---|
| delete | Delete a thread |
| get | Get a thread |
| list | List threads |
| messages | Read and reply to messages in a thread |
| update | Update a thread |
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íaGetting started with emailExplorar la funcionalidadEmailSeguir la ruta de aprendizajeBuild your first integrationGuía de implementaciónSend your first email
Prueba el ejercicio y obtén un resumen de implementación