Skip to main content

File

typefile

File receiver write down outgoing notifications to a file located within a url in the configurations.

Configurations in API

The url below should be file path url e.g. ./folder_a/folder_b/file.json.

"configurations": {
"url": <string>
}

Configurations Stored in DB

Same like Configurations in API

Subscription

File receiver does not have SubscriptionConfig.

Message Payload

Contract

No specific message payload contract for File receiver. Payload will be written to file as-is in ndjson format.