Create
|
|||||
|
|
Creates a forwarding address. If ownership verification is required, a message will be sent to the recipient and the resource's verification status will be set to pending; otherwise, the resource will be created with verification status set to accepted.
This method is only available to service account clients that have been delegated domain-wide authority
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your sensitive mail settings, including who can manage your mail
Input
This building block consumes 3 input parameters
Name | Format | Description |
---|---|---|
userId Required |
STRING |
User's email address. The special value "me" can be used to indicate the authenticated user |
forwardingEmail |
STRING |
An email address to which messages can be forwarded |
verificationStatus |
ENUMERATION |
Indicates whether this address has been verified and is usable for forwarding. Read-only |
= Parameter name
= Format
userId STRING Required User's email address. The special value "me" can be used to indicate the authenticated user |
forwardingEmail STRING An email address to which messages can be forwarded |
verificationStatus ENUMERATION Indicates whether this address has been verified and is usable for forwarding. Read-only |
Output
This building block provides 2 output parameters
Name | Format | Description |
---|---|---|
forwardingEmail |
STRING |
An email address to which messages can be forwarded |
verificationStatus |
ENUMERATION |
Indicates whether this address has been verified and is usable for forwarding. Read-only |
= Parameter name
= Format
forwardingEmail STRING An email address to which messages can be forwarded |
verificationStatus ENUMERATION Indicates whether this address has been verified and is usable for forwarding. Read-only |