4️Send Message API

Please make sure you have configured the mail server - https://portal.socialinviter.com/settings/mailserver

Send Message API

POST https://api.socialinviter.com/api/v2/message

This endpoint allows you to send message to the recipients.

Headers

Request Body

{
  "data": {
    "status": [
      {
        "id": "[email protected]",
        "status": "sent"
      }
    ],
    "overallStatus": "sent",
    "service": "twitter"
  },
  "status": {
    "message": "",
    "type": "success"
  }
}

Last updated