# Outbound Calls

{% hint style="success" %}
**-** **NEW! -  Interactive API docs, now live!**

Visit [api-docs.plumvoice.com](https://api-docs.plumvoice.com) to **read** Plum API documentation, **build and test requests** in our interactive API sandbox, **review** the responses, and **share** it all with your team.
{% endhint %}

## API Summary

{% hint style="warning" %}
All APIs here require [authentication](/fuse/apis/authentication.md).
{% endhint %}

| Service | Description                                                         |                                                      |
| ------- | ------------------------------------------------------------------- | ---------------------------------------------------- |
| POST    | [queue](/fuse/apis/outbound-calls/outbound-call.md)                 | Queuing a single outbound call                       |
| POST    | [bulk\_queue](/fuse/apis/outbound-calls/multiple-outbound-calls.md) | Queuing multiple outbound calls                      |
| GET     | [status](/fuse/apis/outbound-calls/outbound-call-status.md)         | Returns the status of a queued call                  |
| DELETE  | [cancel](/fuse/apis/outbound-calls/cancelling-outbound-calls.md)    | Cancel all pending calls for the outbound deployment |

## Locating the Application and Deployment ID

The Outbound API utilizes the *application\_id* and *deployment\_id* values in many areas.

{% hint style="success" %}
An application must be deployed before any outbound calls can be made.\
Please see [deployment](/fuse/tutorial/deployment.md) for more information.
{% endhint %}

To locate the *application\_id* and *deployment\_id* values for a specific deployment, navigate to the [Outbound Interface](/fuse/outbound.md).\
\
The “Outbound API Values” are displayed at the top of the page. These include the *application\_id* and *deployment\_id* for that deployment.

<div align="left"><img src="/files/-M4u9_-Egane3mwKjTBY" alt=""></div>


---

# 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.plumvoice.com/fuse/apis/outbound-calls.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.
