Costruiscilo nel tuo progetto.
Usa gli stessi esempi SDK delle pagine prodotto di Bird, poi fornisci al tuo coding agent un brief che includa i percorsi di errore che hai praticato.
Esercitazione interattiva · Inglese
Turn a message into a conversation.
Send a useful order update, then let the customer choose where to leave their delivery.
Questo esercizio nel browser simula dei messaggi. Il tuo lavoro resta qui finché non esci. Accedi per salvare i progressi e le valutazioni.
Output esercitazione
Your practice output will appear here.
Mostra un suggerimento
Seleziona Approvato e Congedo con ricevimento, quindi esegui la verifica.
Un brief per il tuo coding agent
# Build with Bird: Connect WhatsApp Read these current sources before proposing an implementation: - WhatsApp phone numbers: https://bird.com/docs/guides/whatsapp/phone-number-setup - Connect WhatsApp: https://bird.com/products/whatsapp ## Task Help me implement Connect WhatsApp in my project. First inspect the application and identify the relevant server, framework and existing Bird integration. Confirm the exact workflow and supported surface against the linked documentation. Some operations are available only in the dashboard. Do not invent endpoints or derive API contracts from a learning simulation. ## Implementation Use the official Bird SDK or CLI where supported. Keep credentials on the server and request the smallest necessary permissions. Follow the channel's documented test procedure before proposing any external send or production change. Keep request acceptance separate from delivery. For incoming events, verify signatures using the original request body, deduplicate stable identifiers, and apply valid state transitions. Respect recipient preferences and channel requirements. ## Acceptance Show the implementation and relevant tests. Exercise the documented failure paths, invalid signatures and duplicate events where applicable. Explain any dashboard steps or missing prerequisites. Ask for approval before sending to real recipients or changing production.