create_match_event
Create a World Cup match event and email it to the recipient with details, based on the favorite team and minutes remaining before the match starts.
Instructions
Create a match event for the match in the world cup and send to the mail of the recipient
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| favoriteTeam | No | Favorite team of the user (used when the client can't render a form) | |
| recipientEmail | No | Email of the recipient (used when the client can't render a form) | |
| minutesRemaining | No | Minutes remaining before the match starts (used when the client can't render a form) |