Développez-le dans votre propre projet.
Utilisez les mêmes exemples SDK que les pages produit de Bird, puis fournissez à votre agent de codage un brief incluant les chemins d'erreur que vous avez pratiqués.
Exercice interactif · Anglais
Turn a message into a conversation.
Send a useful order update, then let the customer choose where to leave their delivery.
Cet exercice dans le navigateur simule des messages. Votre travail reste ici jusqu'à ce que vous partiez. Connectez-vous pour sauvegarder votre progression et vos évaluations.
Résultat de l'exercice
Your practice output will appear here.
Afficher un indice
Sélectionnez Approved et Leave with reception, puis lancez la vérification.
Un brief pour votre agent de codage
# Build with Bird: WhatsApp Read these current sources before proposing an implementation: - Sending WhatsApp messages: https://bird.com/docs/guides/whatsapp/sending-whatsapp - What is the 24-hour customer service window on WhatsApp?: https://bird.com/explained/whatsapp/what-is-the-24-hour-customer-service-window - WhatsApp: https://bird.com/products/whatsapp ## Task Help me implement 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.