# Sending Surveys

Multiple Surveys can be sent via Feedbackly within just one post request.&#x20;

#### **Conditional Dispatches**

We are also able to distribute contacts in the request body in between multiple campaigns based on conditional logic. It eases up connecting your system(s) to Feedbackly. \
Example use cases: \
1\) Send survey only if a customer bought an item in specific category.\
2\) Send Service Satisfaction Survey if customer received a service or Send Product Selection Survey if customer was shopping.\
3\) Send Email or SMS Survey.

Options are Limitless thanks to our Flexible Logic Builder. Conditions can be as complex as your needs, Feedbackly will handle it!

Please get in touch with our support to get started with building the conditions.


---

# 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://docs.feedbackly.com/dispatch-api/responses.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.
