NeoDeliver API
The NeoDeliver API enables seamless integration with our bulk communication platform, providing powerful tools to send and manage messages across email, SMS, and push notifications. Use these endpoints to automate campaigns and synchronise contacts
What made this section unhelpful for you?
Base URL
Production:
https://api.neodeliver.com
What made this section unhelpful for you?
auth
campaigns
The Campaigns section allows you to get and use your communication campaigns with ease. Campaigns are at the core of NeoDeliver’s bulk messaging functionality, enabling you to send personalized messages to targeted groups across multiple channels like email, SMS, and push notifications.
channels
The channels section provides tools to get and manage communication channels used for sending messages. Channels represent the desired message categories (e.g., promotions, newsletter) your contacts subscribed to.
contacts
The Contacts section allows you to manage your audience by storing and organizing recipient information. Contacts serve as the foundation for personalized and targeted communication, enabling you to deliver messages to the right people at the right time.
smtp
The SMTP section allows you to manage the domain names used for sending emails through the platform. Proper domain configuration ensures reliable delivery, improves email reputation, and helps maintain compliance with industry standards.
What made this section unhelpful for you?
List domains
This endpoint allows you to retrieve a comprehensive list of domain names associated with your account.
Query Parameters
Response
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
[
{
"created_at": "",
"host": "",
"id": "",
"organization_id": "",
"records": [
{
"alt_value": "",
"host": "",
"type": "",
"value": "",
"verified": false
}
],
"region": "",
"updated_at": "",
"verified": false,
"verified_at": ""
}
]
What made this section unhelpful for you?
Add new domain
This section you to add a new domain name to your mailing service.
Body Parameters
Response
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"created_at": "",
"host": "",
"id": "",
"organization_id": "",
"records": [
{
"alt_value": "",
"host": "",
"type": "",
"value": "",
"verified": false
}
],
"region": "",
"updated_at": "",
"verified": false,
"verified_at": ""
}
What made this section unhelpful for you?
Delete domain
This endpoint allows you to remove a specific domain associated with your mailing server.
Path Parameters
path
Response
What made this section unhelpful for you?
Response
OK
What made this section unhelpful for you?
Get domain
This endpoint allows you to retrieve information about a specific domain by providing its host name.
Path Parameters
path
Response
Response Attributes
Show child attributes
What made this section unhelpful for you?
Response
{
"created_at": "",
"host": "",
"id": "",
"organization_id": "",
"records": [
{
"alt_value": "",
"host": "",
"type": "",
"value": "",
"verified": false
}
],
"region": "",
"updated_at": "",
"verified": false,
"verified_at": ""
}
What made this section unhelpful for you?
tags
The Tags section allows you to create and manage tags that can be associated with contacts. Tags serve as powerful markers for categorizing and identifying behaviors, preferences, or attributes, enabling you to target your campaigns with precision and improve overall engagement.