在你自己的项目中构建。
使用与 Bird 产品页面相同的 SDK 示例,然后为你的编码代理编写一份包含你练习过的失败路径的简报。
编码代理简报
# Build with Bird: Apple Messages for Business Read these current sources before proposing an implementation: - Apple Messages for Business: https://bird.com/channels/amb - What is Apple Messages for Business?: https://bird.com/explained/apple-messages/what-is-apple-messages-for-business - How does a business get set up on Apple Messages for Business?: https://bird.com/explained/apple-messages/how-does-a-business-get-set-up-on-apple-messages-for-business ## Task Help me implement Apple Messages for Business 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.