Doorsturen
Doorstuurregels en doorstuuradressen beheren. De voorbeelden gebruiken de A2A-codemodus. MCP biedt dezelfde codemodus via het hulpmiddelexecute.
Functies
forwarding.activate
forwarding.activate.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/active |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
forwarding_id | str | ja |
active | bool | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
active | bool | ja |
created_at | str | ja |
id | str | ja |
scope_id | str | ja |
scope_type | "account" | "workspace" | "domain" | ja |
target_email | str | ja |
updated_at | str | ja |
verification_required | bool | ja |
verification_state | "internal" | "pending" | "verified" | "expired" | ja |
verification_expires_at | str | null | nee |
verification_sent_at | str | null | nee |
verification_verified_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.add
forwarding.add.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/forwarding |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
target_email | str | ja |
domain | str | null | nee |
workspace_id | str | null | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
active | bool | ja |
created_at | str | ja |
id | str | ja |
scope_id | str | ja |
scope_type | "account" | "workspace" | "domain" | ja |
target_email | str | ja |
updated_at | str | ja |
verification_required | bool | ja |
verification_state | "internal" | "pending" | "verified" | "expired" | ja |
verification_expires_at | str | null | nee |
verification_sent_at | str | null | nee |
verification_verified_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.delete
forwarding.delete.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | DELETE /v1/public/accounts/{account_id}/forwarding/{forwarding_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
forwarding_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
result | {} | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.list
forwarding.list.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.view | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.view |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | GET /v1/public/accounts/{account_id}/forwarding |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
page | int | nee |
page_size | int | nee |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
items | [{"active": bool, "created_at": str, "id": str, "scope_id": str, "scope_type": "account" | "workspace" | "domain", "target_email": str, "updated_at": str, "verification_required": bool, "verification_state": "internal" | "pending" | "verified" | "expired", "verification_expires_at"?: str | null, "verification_sent_at"?: str | null, "verification_verified_at"?: str | null}] | ja |
page | int | ja |
page_size | int | ja |
total | int | ja |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.update
forwarding.update.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | PATCH /v1/public/accounts/{account_id}/forwarding/{forwarding_id} |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
forwarding_id | str | ja |
target_email | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
active | bool | ja |
created_at | str | ja |
id | str | ja |
scope_id | str | ja |
scope_type | "account" | "workspace" | "domain" | ja |
target_email | str | ja |
updated_at | str | ja |
verification_required | bool | ja |
verification_state | "internal" | "pending" | "verified" | "expired" | ja |
verification_expires_at | str | null | nee |
verification_sent_at | str | null | nee |
verification_verified_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.verification.confirm
forwarding.verification.confirm.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/confirm |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
forwarding_id | str | ja |
code | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
verified | bool | ja |
forwarding_id | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons:
forwarding.verification.send
forwarding.verification.send.
| Eigenschap | Waarde | Eigenschap | Waarde |
|---|---|---|---|
| Vereiste machtiging | forwarding.manage | Authenticatie vereist | ja |
| Uitvoermodus | sync | Mogelijkheid | forwarding.manage |
| Resourcetype | account | Resource-ID-veld | account_id |
| Openbare API-route | POST /v1/public/accounts/{account_id}/forwarding/{forwarding_id}/verification/send |
Argumenten
Argumenten
| Naam | Type | Vereist |
|---|---|---|
account_id | str | ja |
forwarding_id | str | ja |
Retourneert
Retourneert
| Veld | Type | Vereist |
|---|---|---|
cooldown_seconds | int | ja |
sent | bool | ja |
expires_at | str | null | nee |
A2A-voorbeeld
A2A-voorbeeld
Aanvraag:Respons:
MCP-voorbeeld
MCP-voorbeeld
Aanvraag:Respons: