curl --request PATCH \
--url https://api.getfernand.com/organization/channels/{email} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "Customer Support"
}
'{
"id": 12345,
"name": "Support",
"email": "support@piedpiper.com",
"destination": "support@piedpiper.fernand-mails.com",
"is_valid": true
}curl --request PATCH \
--url https://api.getfernand.com/organization/channels/{email} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "Customer Support"
}
'{
"id": 12345,
"name": "Support",
"email": "support@piedpiper.com",
"destination": "support@piedpiper.fernand-mails.com",
"is_valid": true
}Email address of the channel to update.
New display name for the channel.
3 - 50"Customer Support"
Channel updated successfully.
Unique identifier for the channel
12345
Display name for the channel. Defaults to the local part of the email (before @) if not set.
250"Support"
Email address for this channel
250"support@piedpiper.com"
The actual email inbox used by Fernand to receive emails. This is where you point your email redirection to.
"support@piedpiper.fernand-mails.com"
Whether the channel's domain has been validated and is ready to send/receive emails
true
Was this page helpful?