Zbuduj to we własnym projekcie.
Skorzystaj z tych samych przykładów SDK co na stronach produktowych Bird, a następnie przekaż swojemu agentowi kodującemu brief uwzględniający ścieżki błędów, które ćwiczyłeś.
Ćwiczenie interaktywne · angielski
Every character has a consequence.
Small changes to a message can change its encoding and segment count. Keep the meaning while making the message more efficient.
To ćwiczenie w przeglądarce symuluje wiadomości. Twoja praca pozostaje tutaj, dopóki nie opuścisz strony. Zaloguj się, aby zapisać postępy i uzyskać dostęp do ocen.
Wynik ćwiczenia
Your practice output will appear here.
Pokaż podpowiedź
Remove the emoji and use straight punctuation. Keep #4821 and bird.shop/4821.
Brief dla Twojego agenta kodującego
# Build with Bird: Shipping notifications Read these current sources before proposing an implementation: - Sending SMS: https://bird.com/docs/guides/sms/sending-sms - Shipping notifications: https://bird.com/sms-api/features/sending ## Task Help me implement Shipping notifications 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.