# createExportSftpConfig

Creates an SFTP destination for scheduled daily charges exports. New configs default to disabled; set `enabled: true` to start the daily push.

```
createExportSftpConfig(

  input: CreateExportSftpConfigInput!

): SftpConfigExport!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`createExportSftpConfig.input`](#input) ● [`CreateExportSftpConfigInput!`](https://docs.monei.com/apis/graphql/types/inputs/create-export-sftp-config-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`SftpConfigExport`](https://docs.monei.com/apis/graphql/types/objects/sftp-config-export/.md) object[​](#sftpconfigexport- "Direct link to sftpconfigexport-")

SFTP destination for scheduled daily charges exports. The previous day's charges are pushed at 06:00 UTC when `enabled` is `true`.
