ContactInput
The primary contact for this podcast. Required.
emailstringnullable
Email address of the contact (required)
Example:
ops@example.comfirst_namestringnullable
First name of the contact (required)
Example:
Janelast_namestringnullable
Last name of the contact (required)
Example:
Doerolestringnullable
Optional free-form role or title of the contact
Example:
Head of PartnershipsContactInput
{
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
}