> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/fuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/fuse/apis/outbound-calls.md).

# 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>
