Skip to content

Endpoint

The interface framework uses a singular endpoint for all outbound messages sent from the application. This endpoint can be configured in the interface framework parameters, as described here.

Messages are to be delivered in a json-format as specified in the outbound json format

Additional HTTP headers to be sent in the outbound message can be configured as well.

Direct connection

This connection type sends the messages over HTTP to an API, without any further authentication. This is useful for testing purposes.

Azure Service bus

This connection type sends the messages over HTTPS to an azure service bus, for which the connection string and topic has to be provided. On the receiving end, further message routing can then be implemented.