# SFTP and Other integration methods

1. **I heard that Postman will have SFTP integration. Are the documents ready?**

   * Please access our SFTP documents [here](/sftp/sftp-integration.md).
   * The SFTP onboarding process flow is documented [here](https://postman-v2.guides.gov.sg/sftp/sftp-integration#beginning-your-sftp-integration).

2. **When can I test out SFTP integration?**

   * Submit the SFTP interest [form](https://form.gov.sg/65f17fe71b019bf7b55179d5) to get started.

3. **Are there plans to provide SMPP to Postman integration?**

   * We are still consolidating agencies’ use cases and will inform agencies at a later date if this will be provided. If you have yet to provide your SMPP use case, fill up our request form [here](https://form.gov.sg/654c5f97a1058500113c1fef).

4. **Are there plans to provide SMTP to Postman integration?**

   * No.&#x20;

5. **Are there plans to provide SMTP to Postman integration?**

   * No.&#x20;

6. **Can we send encrypted files via SFTP?**

   * No, the files need to be in csv format

7. **For SFTP, when will the SMSes be sent and when should the files be deposited?**

   * They are sent out in real time upon Postman receiving the files from agencies.

8. **What if the test environment cannot handle my production load**
   * You should not be using postman to conduct load testing. Please refer to [this page](https://postman-v2.guides.gov.sg/faq/pages/VLlgLVLllxueiDjZmsGg#id-4.-whats-the-sms-throughput-rate) for more information.

9. **Will load testing be available on Postman test and production sites?**
   * Load testing on Postman will only be available a separate site, **not the test site**. Please refer to [this page](https://postman-v2.guides.gov.sg/faq/pages/VLlgLVLllxueiDjZmsGg#id-4.-whats-the-sms-throughput-rate) for more information.
   * You will need to complete load testing on your own system’s end, to ensure that your system is able to handle the load you will be sending over to our end.
   * Please also ensure that you are using the correct method to send your messages (single send vs batch send), as you may receive a `429` error if Postman receives too many request too quickly.

{% hint style="danger" %}
Please **do not** conduct load testing on our test site. We will proceed to remove your API keys if we noticed that load testing was done on our test site.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://postman-v2.guides.gov.sg/faq/sftp-and-other-integration-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
