v61

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portal Emails

Setup the email delivery for a portal

Setup the email delivery for a portal

patch/v3/portals/{portalId}/email-delivery

Request body

enabledboolean
from_emailstring email nullable
reply_to_emailstring email nullable

Response

success

enabledboolean required
from_emailstring email nullable required
reply_to_emailstring email nullable required
created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}