Tool to send a postcard via U.S. mail with specified recipient, sender, and front/back images. Use after confirming recipient addresses and design URLs. Example: send_postcard(to_name='John Doe', ..., front_image='https://...', back_image='https://...')
sizestringPostcard size. Defaults to '4x6' if not specified.
to_zipRequiredstringRecipient's 5-digit ZIP code
to_cityRequiredstringRecipient's city
to_nameRequiredstringRecipient's full name (max 40 characters)
from_zipRequiredstringSender's 5-digit ZIP code
to_stateRequiredstringRecipient's U.S. state (2-letter abbreviation)
from_cityRequiredstringSender's city
from_nameRequiredstringSender's full name or company name (max 40 characters)
back_imageRequiredstringPublicly accessible URL for the postcard's back-side image (recommended: 1875x1275 pixels, PNG format)
from_stateRequiredstringSender's U.S. state (2-letter abbreviation)
descriptionstringInternal note for tracking purposes (not printed on postcard)
front_imageRequiredstringPublicly accessible URL for the postcard's front-side image (recommended: 1875x1275 pixels, PNG format)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.