Rest API

Rest API

The REST API option provides a flexible way to import data directly into the system without relying on scheduled file transfers. Using the API, you can send data, ensuring faster synchronization and more control over the import process.

For detailed steps, authentication requirements, and example requests/responses, please refer to the REST API section.

    • Related Articles

    • API Endpoints by Datacenter

      DĀ·engage provides below API endpoints to send subscription and events in Mobile SDK. Turkey - Istanbul Datacenter For api: https://tr-api.dengage.com For subscription: https://tr-push.dengage.com For events: https://tr-event.dengage.com For geofence: ...
    • Send Transactional Messages

      SendTemplate API sends transactional messages (by merging the parameters and selected template to content) to recipients. Sending a template requires multiple steps: A template is created on Admin Panel or through REST API. There may be some ...
    • Sending Members

      To integrate your members with MMP Cloud, there are two methods: Through SFTP Calling REST API Sending Members through SFTP If you choose this method, MMP Cloud Administration Team will provide you sftp username and password. You can also use a key ...
    • Create Template

      Creating a template is an important function of MMP Enterprise. Please check Template > CreateTemplate API documentation. Here is a simple function to call CreateTemplate API. public static async Task<string> CreateTemplate() { try { // Create an ...
    • Integration Methods

      MMP Enterprise supports REST API's. Sending/Reporting Transactional Messages In MMP Enterprise, the type of the message (transactional vs batch) changes the way of sending and reporting. Transactional messages are kept in MMP Enterprise database and ...