Last updated 3 months ago
Was this helpful?
Handles incoming messages from custom channels
API key for authentication
your_api_key
Type of message (e.g., text, reaction)
text
POST /v1/incoming-custom-channel-message HTTP/1.1 Host: api.dmchamp.com Content-Type: application/json Accept: */* Content-Length: 173 { "customData": { "messageSid": "msg123", "fromId": "user123", "toId": "business456", "body": "Hello from custom channel", "status": "received", "channel": "custom" }, "messageType": "text" }
Message processed successfully
{ "success": true, "messageId": "1234567890" }