# Testing Your Webhook

## Testing Methods&#x20;

1. [By sending a message to your phone](/api-documentation-v2/webhook/testing-your-webhook.md#testing-by-sending-a-message)
2. [By Clicking “Test” button in the picky assist console](/api-documentation-v2/webhook/testing-your-webhook.md#testing-with-integrated-test-button)
3. [Using 3rd Party Site / Tools](/api-documentation-v2/webhook/testing-your-webhook.md#testing-with-3rd-party-site-and-tools)

## Testing by Sending A Message

Just send a whatsapp or SMS to your phone number where picky assist bridge app is installed, if the incoming message shows in your web console under “Messages” and you got the webhook trigger in your server consider it as sucess.

![webhook-message-sucess](/files/-LlLnQcx_JxGvDNjgiIS)

## Testing with Integrated “Test” button

A “Test” button is integrated into the web console of picky assist where you configure the webhook, you can simply click on “Test” and it will push dummy data into your webhook if you got the dummy details in your server consider it as success.

<figure><img src="/files/bElFSPzf5tY0LxyLa45Y" alt=""><figcaption></figcaption></figure>

### **Success Response**&#x20;

![webhook-sucess-message](/files/-LlJLbE24oarV2kT_BvC)

### Error Response

If you see the response as below, it means your response is not in the correct JSON format and a reply will not send to the user.

![webhook-test-response-error](/files/-LlJLicrQwKi1eyuxTId)

####

## Testing with 3rd Party Site & Tools

There are many 3rd party sites and tools available to test webhook :point\_down:&#x20;

**Webhook JSON Method**\
<https://apitester.com/shared/checks/7f078655894a4e83b7b02f5065370bf0> (Replace project id with your and number with your own )

**Webhook Query String Method**\
<https://apitester.com/shared/checks/512e52051a314a3aa72e9665ad002dcc> (Replace project id with your and)

[https://webhook.site](https://webhook.site/)\
<https://postb.in/>\
<https://requestbin.fullcontact.com/>

**JSON Structure Validator Tools**\
Use the below sites to validate your JSON structure\
\
<https://jsoneditoronline.org/>\
<https://jsonlint.com/><br>


---

# 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/webhook/testing-your-webhook.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.
