# Introduction

## Push API Introduction

Push API or Broadcast API is useful for sending outgoing messages with or without media files.

## How Push API Works - WhatsApp Web Automation&#x20;

You can simply scan the WhatsApp Web with Picky Assist is to send and receive messages without installing any apps, use **application=10** to select WhatsApp Web Automation

## How Push API Works - WhatsApp Official Docker&#x20;

API method is same for all channels the only change is in the backend routing, in phone automation all the requests are routed to your android phone wherein for Official WhatsApp Business Account all message requests are routed to the docker service hosted by us. So you dont need to take any actions just specify  the correct application / channel to route the messages

## How Push API Works - WhatsApp Shared Number

If you are using any of our shared WhatsApp number then please make sure you pass application=\<shared\_number> example **application=919737001155**<br>

{% hint style="info" %}
To send message through WhatsApp Shared number you should have a valid session between the shared number and recipient number.&#x20;
{% endhint %}

{% content-ref url="/pages/-LlLpgFf06uUS137z-sR" %}
[API Variables](/api-documentation-v2/push-api/api-variables.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlLq\_ypOHAB2R-8mNTw" %}
[Sending Single Message - Push](/api-documentation-v2/push-api/sending-single-message-push.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlLujNzOzGctnhtustw" %}
[Sending Dynamic Messages – Push](/api-documentation-v2/push-api/sending-dynamic-messages-push.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlLzs2fRwH0jerlikNE" %}
[Sending Media Attachments – Push](/api-documentation-v2/push-api/sending-media-attachments-push.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlLywOq7pKGuK1NZoO-" %}
[Sending Bulk Messages - Push](/api-documentation-v2/push-api/sending-bulk-messages-push.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lvjbsrp1cHkFDYwmoaT" %}
[Sending Location](/api-documentation-v2/push-api/sending-location.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LvjNpnEoHIf9lcTlolh" %}
[Sending Contacts](/api-documentation-v2/push-api/sending-contacts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlM0d0OrUwU9zPe15-C" %}
[Sending SMS Using SIM Card](/api-documentation-v2/push-api/sending-sms-using-sim-card.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlfE36Pmciq6b8H2kKw" %}
[Delivery Reports](/api-documentation-v2/push-api/delivery-reports.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlXGDYDelqBZ-MsoZ0W" %}
[Broken mention](broken://pages/-LlXGDYDelqBZ-MsoZ0W)
{% endcontent-ref %}

{% content-ref url="/pages/-LlM2Onob69rPRCVp1rH" %}
[Broken mention](broken://pages/-LlM2Onob69rPRCVp1rH)
{% endcontent-ref %}

{% content-ref url="/pages/-LlM2lOwpwrw42rSYmw3" %}
[Testing API Requests](/api-documentation-v2/push-api/testing-api-requests.md)
{% endcontent-ref %}


---

# 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://help.pickyassist.com/api-documentation-v2/push-api/introduction.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.
