Sends an Event Grid message to Connxio.
POST/v3/messages/:integrationId/eventgrid
Sends an Event Grid message to Connxio.
Request
Path Parameters
integrationId stringrequired
Query Parameters
MessageEncoding string
InterchangeId string
FileName string
- application/json
- application/xml
Body
required
Array [
]
topic stringnullable
subject stringnullable
eventType stringnullable
eventTime date-time
id stringnullable
data nullable
dataVersion stringnullable
metadataVersion stringnullable
Body
required
Array [
]
eventGridMessages
object[]
nullable
topic stringnullable
subject stringnullable
eventType stringnullable
eventTime date-time
id stringnullable
data nullable
dataVersion stringnullable
metadataVersion stringnullable
Responses
- 200
- 400
- 502
The message was validated and sent to the Connxio engine
The supplied message or metadata did not pass validation
Could not contact internal services. Please try again later or contact our support department
Loading...