Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLU-388: Postman Max 50 recipients (#825)
## Problem Postman limits each email to have a maximum of 50 recipients (including the primary recipient, CC recipients, and BCC recipients), but Plumber does not implement this check. ## Solution * Add validation on the list of CC recipient emails **Improvements**: - Add validation on the list of CC recipient emails and throw error before attempting to call the Postman API. ## Before & After Screenshots **BEFORE**: NA **AFTER**: <img width="865" alt="Screenshot 2024-12-18 at 5 30 00 PM" src="https://github.com/user-attachments/assets/5f82382e-ba04-4f3b-9c21-da8204b27c7f" /> ## Tests - [x] Existing emails can be sent correctly - [x] Step error thrown when more than 49 recipients included in the CC field
- Loading branch information