steampipe plugin install francois2metz/gandi

Table: gandi_forward

The gandi_forward table can be used to query information about your email forwards and you must specify which domain in the where or join clause using the domain column.

Examples

List emails forwards of a domain

select
source,
destinations
from
gandi_forward
where
domain = 'example.net';

Schema for gandi_forward

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
destinationsjsonbA list of email addresses.
domaintext=Domain name.
hreftextURL to forwarding address.
sourcetextThe source email address.