{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "SmtpToken": { "@id": "ns:SmtpToken", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "campaignName": { "@id": "ns:campaignName", "@type": "xsd:string" }, "emailCampaignId": { "@id": "ns:emailCampaignId", "@type": "xsd:string" }, "createContact": { "@id": "ns:createContact", "@type": "xsd:boolean" }, "createdAt": { "@id": "ns:createdAt", "@type": "xsd:string" }, "createdBy": { "@id": "ns:createdBy", "@type": "xsd:string" } } }, "SmtpTokenWithPassword": { "@id": "ns:SmtpTokenWithPassword", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "campaignName": { "@id": "ns:campaignName", "@type": "xsd:string" }, "emailCampaignId": { "@id": "ns:emailCampaignId", "@type": "xsd:string" }, "createContact": { "@id": "ns:createContact", "@type": "xsd:boolean" }, "createdAt": { "@id": "ns:createdAt", "@type": "xsd:string" }, "createdBy": { "@id": "ns:createdBy", "@type": "xsd:string" }, "password": { "@id": "ns:password", "@type": "xsd:string" } } }, "SmtpTokenCollectionResponse": { "@id": "ns:SmtpTokenCollectionResponse", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "SmtpTokenCreateRequest": { "@id": "ns:SmtpTokenCreateRequest", "@context": { "campaignName": { "@id": "ns:campaignName", "@type": "xsd:string" }, "createContact": { "@id": "ns:createContact", "@type": "xsd:boolean" } } }, "TransactionalEmailRequest": { "@id": "ns:TransactionalEmailRequest", "@context": { "emailId": { "@id": "ns:emailId", "@type": "xsd:integer" }, "message": { "@id": "ns:message", "@type": "xsd:string" }, "contactProperties": "ns:contactProperties", "customProperties": "ns:customProperties" } }, "EmailMessage": { "@id": "ns:EmailMessage", "@context": { "to": { "@id": "ns:to", "@type": "xsd:string" }, "from": { "@id": "ns:from", "@type": "xsd:string" }, "sendId": { "@id": "ns:sendId", "@type": "xsd:string" }, "replyTo": "ns:replyTo", "cc": "ns:cc", "bcc": "ns:bcc" } }, "TransactionalEmailResponse": { "@id": "ns:TransactionalEmailResponse", "@context": { "status": { "@id": "ns:status", "@type": "xsd:string" }, "statusId": { "@id": "ns:statusId", "@type": "xsd:string" }, "sendResult": { "@id": "ns:sendResult", "@type": "xsd:string" }, "requestedAt": { "@id": "ns:requestedAt", "@type": "xsd:string" }, "startedAt": { "@id": "ns:startedAt", "@type": "xsd:string" }, "completedAt": { "@id": "ns:completedAt", "@type": "xsd:string" } } }, "Paging": { "@id": "ns:Paging", "@context": { "next": { "@id": "ns:next", "@type": "xsd:string" } } }, "NextPage": { "@id": "ns:NextPage", "@context": { "after": { "@id": "ns:after", "@type": "xsd:string" }, "link": { "@id": "ns:link", "@type": "xsd:string" } } }, "Error": { "@id": "ns:Error", "@context": { "category": { "@id": "ns:category", "@type": "xsd:string" }, "correlationId": { "@id": "ns:correlationId", "@type": "xsd:string" }, "message": { "@id": "ns:message", "@type": "xsd:string" }, "subCategory": { "@id": "ns:subCategory", "@type": "xsd:string" }, "context": "ns:context", "links": "ns:links", "errors": "ns:errors" } }, "ErrorDetail": { "@id": "ns:ErrorDetail", "@context": { "message": { "@id": "ns:message", "@type": "xsd:string" }, "code": { "@id": "ns:code", "@type": "xsd:string" }, "in": { "@id": "ns:in", "@type": "xsd:string" }, "subCategory": { "@id": "ns:subCategory", "@type": "xsd:string" }, "context": "ns:context" } } } }