The complete solution to power your transactional email. Reliable and scalable email delivery platform with API. Real-time monitoring service for all your email traffic. Responsive email design with MJML and Passport.
The complete solution to power your transactional email. Reliable and scalable email delivery platform with API. Real-time monitoring service for all your email traffic. Responsive email design with MJML and Passport.
Allows you to list and view the details of a Message (an e-mail) processed by Mailjet.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given message resource, providing the message’s ID value.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List message history.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List message information resources available.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given message information resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Statistical campaign/message data.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given message statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Message state reference.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
List template resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Return single template object.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new template resource .
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
author | String | The name of the author. |
categories | List | Categories list. |
copyright | String | The copyright message. |
description | String | The template description, free text. |
editMode | Select | tool(1), html(2), snippet(3), mjml(4) |
isStarred | Select | True if the template is starred for the current owner |
locale | String | Template’s locale. |
name | String | The template name. |
ownerType | Select | The owner type. |
Update one specific template resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
author | String | The name of the author. |
categories | List | Categories list. |
copyright | String | The copyright message. |
description | String | The template description, free text. |
editMode | Select | tool(1), html(2), snippet(3), mjml(4) |
isStarred | Select | True if the template is starred for the current owner |
locale | String | Template’s locale. |
name | String | The template name. |
ownerType | Select | The owner type. |
Delete template object.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List dns resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Return single dns object.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Triggers a domain checking.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Checking data |
List metasender resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given metasender resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new metasender resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Metasender data. |
"data": {
"Email":"test@yoursite.com"
}
Update metasender resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Metasender data. |
"data": {
"Email":"test@yoursite.com"
}
List sender resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given sender resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new sender resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Sender data. |
"data": {
"Email":"test@yoursite.com"
}
Update sender resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Sender data. |
"data": {
"Email":"test@yoursite.com"
}
Delete sender resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List contact resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contact resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new contact resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Contact data. |
"data": {
"Email":"test@yoursite.com"
}
Update contact resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | Contact data. |
"data": {
"Email":"test@yoursite.com"
}
List contactdata resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contactdata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new contactdata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactData data. |
data: {
"ID":"$ID",
"Data": {
"Key" : "Value"
}
}
Update contactdata resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactData data. |
data: {
"ID":"$ID",
"Data": {
"Key" : "Value"
}
}
Delete contactdata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List contact history data resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contact history data resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Delete contact history data resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List contact metadata resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contact metadata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new contact metadata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactMetadata data. |
"data": {
"Datatype": "str",
"Name": "asd",
"NameSpace": "static"
}
Update contact metadata resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactMetadata data. |
"data": {
"Datatype": "str",
"Name": "asd",
"NameSpace": "static"
}
Delete contact metadata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List campaing resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given campaing resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List campaign draft resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given campaign draft resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new campaign draft resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | CampaignDraft data. |
"data": {
"Locale":"en",
"Sender":"Name",
"SenderEmail":"email@gmail.com",
"Subject":"test"
}
Update campaign draft resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | CampaignDraft data. |
"data": {
"Locale":"en",
"Sender":"Name",
"SenderEmail":"email@gmail.com",
"Subject":"test"
}
Return the text and html contents of the campaigndraft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Update the text and html contents of the campaigndraft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the campaign draft. |
Return the date for the scheduled sending of the campaign draft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Schedule when the campaigndraft will be sent.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the campaign draft. |
Update the date when the campaigndraft will be sent.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the campaign draft. |
Cancel a future sending.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
An action to send a Campaign Draft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
An action to check the status of the Campaign Draft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List campaign graph statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
click | String | When != 0 returns stats in ClickedCount. |
ids | String | Retrieve statistics only for the specified IDs. |
open | String | When != 0 returns stats in OpenedCount |
range | String | 24h or 7d. Period = 15 mins for 24h and 30 mins for 7d |
spam | String | When != 0 returns stats in SpamCount |
unsub | String | When != 0 returns stats in UnsubCount |
Access a given campaign graph statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List campaign overview resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
List campaign statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given campaign statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List contact filter resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contact filter resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new contact filter resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactFilter data. |
"data":{
"Name":"example@gmail.com",
"Expression":"test"
}
Update contact filter resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ContactFilter data. |
"data":{
"Name":"example@gmail.com",
"Expression":"test"
}
Delete contact filter resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List newsletter resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given newsletter resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new newsletter resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | NewsLetter data. |
"data": {
"Locale":"en",
"Sender":"18656",
"SenderEmail":"emaple@gmail.com",
"Subject":"testMessage",
"ContactsListID": 17094462
}
Update newsletter resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | NewsLetter data. |
"data": {
"Locale":"en",
"Sender":"18656",
"SenderEmail":"emaple@gmail.com",
"Subject":"testMessage",
"ContactsListID": 17094462
}
Return the text and html contents of the newsletter.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Update the text and html contents of the newsletter.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the newsletter. |
Return the date for the scheduled sending of the newsletter.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Schedule when the newsletter will be sent.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the newsletter. |
Update the date when the newsletter will be sent.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
data | JSON | Contents of the newsletter. |
Cancel a future sending.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
An action to send a Campaign Draft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
An action to check the status of the Campaign Draft.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List api key total resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given api key total resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List contact statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given contact statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List domain statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given domain statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List geostatistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given geostatistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Access a given graphstatistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List of recipient statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given list of recipient statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given list statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List open statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given open statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List sender statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given sender statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List top link clicked resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given top link clicked resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List useragent statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given useragent statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List parse route resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given parse route resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new parse route resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ParseRoute data. |
"data": {
"APIKeyALT":"ApiKey",
"Email":"example@gmail.com",
"Url":"https://rapidapi.com/hello/world"
}
Update parse route resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | ParseRoute data. |
"data": {
"APIKeyALT":"ApiKey",
"Email":"example@gmail.com",
"Url":"https://rapidapi.com/hello/world"
}
Delete parse route resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List bounce statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given bounce statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List click statistics resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given click statistics resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List event callback url resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given event callback url resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Add a new event callback url resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | EventCallbackUrl data. |
"data": {
"APIKeyALT":"ApiKey",
"Url":"https://site/test/event"
}
Update event callback url resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | EventCallbackUrl data. |
"data": {
"APIKeyALT":"ApiKey",
"Url":"https://site/test/event"
}
Delete event callback url resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List open information resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given open information resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
List my profile resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given my profile resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Update my profile resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | MyProfile data. |
"data": {
"JobTitle":"Team lead"
}
List user resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given user resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID for this object. |
Update user resource.
Field | Type | Description |
---|---|---|
id | String | Unique numerical ID for this object. |
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
data | String | User data. |
"data": {
"Timezone":"4"
}
List metadata resources available for this apikey.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
Access a given metadata resource.
Field | Type | Description |
---|---|---|
apiKeyPublic | credentials | Your public mailjet API key |
apiKeyPrivate | credentials | Your private mailjet API key |
id | String | Unique numerical ID or name for this object. |