Constrúyelo en tu propio proyecto.
Usa los mismos ejemplos del SDK que las páginas de producto de Bird y luego dale a tu agente de código un brief que incluya las rutas de error que practicaste.
Práctica interactiva · Inglés
Turn a message into a conversation.
Send a useful order update, then let the customer choose where to leave their delivery.
Este ejercicio del navegador simula mensajes. Tu trabajo permanece aquí hasta que salgas. Inicia sesión para guardar tu progreso y evaluaciones.
Resultado de la práctica
Your practice output will appear here.
Mostrar una pista
Selecciona Aprobado y Salir con recepción, luego ejecuta la verificación.
Un brief para tu agente de código
# 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.