https://github.com/mailjet/api-documentation
Mailjet API Guides
https://github.com/mailjet/api-documentation
Last synced: 5 months ago
JSON representation
Mailjet API Guides
- Host: GitHub
- URL: https://github.com/mailjet/api-documentation
- Owner: mailjet
- Created: 2015-09-25T14:42:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:09:01.000Z (over 1 year ago)
- Last Synced: 2025-01-21T08:24:28.787Z (over 1 year ago)
- Homepage: https://dev.mailjet.com/guides
- Size: 559 KB
- Stars: 23
- Watchers: 13
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mailjet API documentation
This repository contains the Mailjet API Guides markdown files used to generate our API documentation.
### Index
#### Email API
- Getting Started : _getting-started.md
- Filtering Resources : _filtering-resources.md
- Send transactional email : _send-api.md
- Send transactional email - Send API V3 : _send-api-V3.md
- Transactional templating : _template.md
- Send marketing campaigns : _newsletter.md
- Event API: real-time notifications : _event-api.md
- Statistics : _statistics.md
- Parse API: inbound emails : _parse-api.md
- Managing Contacts in bulk : _contact_bulk.md
- Domains and DNS : _domain-dns.md
- Account management : _account-management.md
- SMTP Relay : _SMTP_relay.md
- Exclusion List : _exclusionlist.md
- The libraries : _libraries.md
- Google Cloud Platform : _gcp.md
- Demos & Need Help? : _more.md
#### SMS API
- Overview : _overview.md
- Getting Started : _getting-started.md
- Filtering Resources : _filtering-resources.md
- Payment and billing : _payment.md
- Send SMS API : _send-sms-api.md
- Concatenation and Encoding : _encoding.md
- Limitations : _limitation.md
- SMS Statistics : _sms-stats.md
- Export SMS Statistics : _export-sms_stats.md
- Error Codes : _error-codes.md
### Contribute
Whether you need help on an example, found an error you want to report, or would like to suggest another guide to be added
follow these easy steps:
- Create an issue with an explicit name.
- Make sure to check closed issues
- Refer to the corresponding file and line in the description.
- Make sure you close the issue once you consider it solved.
- Don’t hesitate to open Pull Request, we would love to review them!
- Please include any code you might have used and which led to your issue, if any