create_forwarding_address
Create a postal forwarding address for redirecting physical mail. Provide recipient name, street, and location details to set a forward target.
Instructions
Create a forwarding address (used as a forward target).
⚠️ Changes the real production account. Double-gated: requires DROPSCAN_ALLOW_WRITES=1 AND confirm=true.
POST /forwarding_addresses
Args: country_code: 2-3 char ISO country code (e.g. "DE"). zip_code: Postal code (sent as "zip" in the request body).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| info | No | ||
| state | No | ||
| number | Yes | ||
| street | Yes | ||
| company | No | ||
| confirm | No | ||
| lastname | Yes | ||
| zip_code | Yes | ||
| firstname | Yes | ||
| country_code | Yes |