Skip to main content

ContactSocialMedia

Defines the social media details for a contact.

type ContactSocialMedia {
facebookUrl: String
instagramUrl: String
linkedInUrl: String
pinterestUrl: String
twitterHandle: String
youTubeUrl: String
}

Fields

ContactSocialMedia.facebookUrl ● String scalar

The Facebook URL of the contact. Optional.

Note: EventsAir returns URLs without the protocol prefix (https:// or http://). It is recommended that consuming applications add a suitable protocol prefix and validate the resulting URL.

ContactSocialMedia.instagramUrl ● String scalar

The Instagram URL of the contact. Optional.

Note: EventsAir returns URLs without the protocol prefix (https:// or http://). It is recommended that consuming applications add a suitable protocol prefix and validate the resulting URL.

ContactSocialMedia.linkedInUrl ● String scalar

The LinkedIn URL of the contact. Optional.

Note: EventsAir returns URLs without the protocol prefix (https:// or http://). It is recommended that consuming applications add a suitable protocol prefix and validate the resulting URL.

ContactSocialMedia.pinterestUrl ● String scalar

The Pinterest URL of the contact. Optional.

Note: EventsAir returns URLs without the protocol prefix (https:// or http://). It is recommended that consuming applications add a suitable protocol prefix and validate the resulting URL.

ContactSocialMedia.twitterHandle ● String scalar

The X (formerly known as Twitter) handle of the contact. Optional.

Note: EventsAir attempts to return the bare handle value without the @ prefix. It is recommended that consuming applications use the handle value to create a valid X URL in the format https://x.com/<handle>.

ContactSocialMedia.youTubeUrl ● String scalar

The YouTube URL of the contact. Optional.

Note: EventsAir returns URLs without the protocol prefix (https:// or http://). It is recommended that consuming applications add a suitable protocol prefix and validate the resulting URL.

Member Of

CeContactStoreContact object ● Contact object ● ContactStoreContact object ● MembershipContactStoreContact object