Skip to main content

ContactDto

The primary contact for this podcast.

emailstring

Email address of the contact

Example: ops@example.com
first_namestring

First name of the contact

Example: Jane
last_namestring

Last name of the contact

Example: Doe
rolestringnullable

Optional free-form role or title of the contact

Example: Head of Partnerships
ContactDto
{
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
}