HubSpot · JSON-LD Context
Hubspot Marketing Emal Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Marketing Emal Api from HubSpot.
9 Classes
28 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
SmtpToken
SmtpTokenWithPassword
SmtpTokenCollectionResponse
SmtpTokenCreateRequest
TransactionalEmailRequest
EmailMessage
TransactionalEmailResponse
Paging
NextPage
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| campaignName | string | |
| emailCampaignId | string | |
| createContact | boolean | |
| createdAt | dateTime | |
| createdBy | string | |
| password | string | |
| results | reference | set |
| paging | reference | |
| emailId | integer | |
| message | reference | |
| contactProperties | reference | |
| customProperties | reference | |
| to | string | |
| from | string | |
| sendId | string | |
| replyTo | string | set |
| cc | string | set |
| bcc | string | set |
| status | string | |
| statusId | string | |
| sendResult | string | |
| requestedAt | dateTime | |
| startedAt | dateTime | |
| completedAt | dateTime | |
| next | reference | |
| after | string | |
| link | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hubspot": "https://developers.hubspot.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"SmtpToken": "hubspot:SmtpToken",
"id": {
"@id": "hubspot:id",
"@type": "xsd:string"
},
"campaignName": {
"@id": "hubspot:campaignName",
"@type": "xsd:string"
},
"emailCampaignId": {
"@id": "hubspot:emailCampaignId",
"@type": "xsd:string"
},
"createContact": {
"@id": "hubspot:createContact",
"@type": "xsd:boolean"
},
"createdAt": {
"@id": "hubspot:createdAt",
"@type": "xsd:dateTime"
},
"createdBy": {
"@id": "hubspot:createdBy",
"@type": "xsd:string"
},
"SmtpTokenWithPassword": "hubspot:SmtpTokenWithPassword",
"password": {
"@id": "hubspot:password",
"@type": "xsd:string"
},
"SmtpTokenCollectionResponse": "hubspot:SmtpTokenCollectionResponse",
"results": {
"@id": "hubspot:results",
"@container": "@set",
"@type": "@id"
},
"paging": {
"@id": "hubspot:paging",
"@type": "@id"
},
"SmtpTokenCreateRequest": "hubspot:SmtpTokenCreateRequest",
"TransactionalEmailRequest": "hubspot:TransactionalEmailRequest",
"emailId": {
"@id": "hubspot:emailId",
"@type": "xsd:integer"
},
"message": {
"@id": "hubspot:message",
"@type": "@id"
},
"contactProperties": {
"@id": "hubspot:contactProperties",
"@type": "@id"
},
"customProperties": {
"@id": "hubspot:customProperties",
"@type": "@id"
},
"EmailMessage": "hubspot:EmailMessage",
"to": {
"@id": "hubspot:to",
"@type": "xsd:string"
},
"from": {
"@id": "hubspot:from",
"@type": "xsd:string"
},
"sendId": {
"@id": "hubspot:sendId",
"@type": "xsd:string"
},
"replyTo": {
"@id": "hubspot:replyTo",
"@container": "@set",
"@type": "xsd:string"
},
"cc": {
"@id": "hubspot:cc",
"@container": "@set",
"@type": "xsd:string"
},
"bcc": {
"@id": "hubspot:bcc",
"@container": "@set",
"@type": "xsd:string"
},
"TransactionalEmailResponse": "hubspot:TransactionalEmailResponse",
"status": {
"@id": "hubspot:status",
"@type": "xsd:string"
},
"statusId": {
"@id": "hubspot:statusId",
"@type": "xsd:string"
},
"sendResult": {
"@id": "hubspot:sendResult",
"@type": "xsd:string"
},
"requestedAt": {
"@id": "hubspot:requestedAt",
"@type": "xsd:dateTime"
},
"startedAt": {
"@id": "hubspot:startedAt",
"@type": "xsd:dateTime"
},
"completedAt": {
"@id": "hubspot:completedAt",
"@type": "xsd:dateTime"
},
"Paging": "hubspot:Paging",
"next": {
"@id": "hubspot:next",
"@type": "@id"
},
"NextPage": "hubspot:NextPage",
"after": {
"@id": "hubspot:after",
"@type": "xsd:string"
},
"link": {
"@id": "hubspot:link",
"@type": "xsd:string"
}
}
}