Skip to main content

ContactSocialMediaInput

An input type for a contact's social media details.

input ContactSocialMediaInput {
facebookUrl: String
instagramUrl: String
linkedInUrl: String
pinterestUrl: String
twitterHandle: String
youTubeUrl: String
}

Fields

ContactSocialMediaInput.facebookUrl ● String scalar

UTF-8 string value that represents the Facebook URL of the contact. Optional.

Note: the format of the URL is not validated, however, it is recommended to use the format https://www.facebook.com/username/.

ContactSocialMediaInput.instagramUrl ● String scalar

UTF-8 string value that represents the Instagram URL of the contact. Optional.

Note: the format of the URL is not validated, however, it is recommended to use the format https://www.instagram.com/username/.

ContactSocialMediaInput.linkedInUrl ● String scalar

UTF-8 string value that represents the LinkedIn URL of the contact. Optional.

Note: the format of the URL is not validated, however, it is recommended to use the format https://www.linkedin.com/in/username/.

ContactSocialMediaInput.pinterestUrl ● String scalar

UTF-8 string value that represents the Pinterest URL of the contact. Optional.

Note: the format of the URL is not validated, however, it is recommended to use the format https://www.pinterest.com/username/.

ContactSocialMediaInput.twitterHandle ● String scalar

UTF-8 string value that represents the X (formerly known as Twitter) handle of the contact. Optional.

Note: the format of the handle is not validated, however, it is recommended to use the format @username.

ContactSocialMediaInput.youTubeUrl ● String scalar

UTF-8 string value that represents the YouTube URL of the contact. Optional.

Note: the format of the URL is not validated, however, it is recommended to use https://www.youtube.com/ and a supported YouTube channel or handle URL format.

Member Of

CreateContactInput input ● UpdateContactDetailsInput input