# Setting Up Form Webhooks

When a form submission occurs, Threadly can trigger a webhook to a designated URL. This webhook contains the form data in JSON format sent via an HTTP POST request.

To successfully receive webhooks, ensure the following:

1. **Server Accessibility**: Your server should be publicly accessible over the internet.
2. **Correct URL**: Provide the correct and secure (HTTPS) endpoint URL to Threadly.
3. **Firewall Configurations**: Adjust any firewall settings to allow incoming requests from Threadly's IP addresses.
4. **Authentication**: Implement necessary authentication mechanisms to verify Threadly's requests.
5. **Logging**: Enable logging to track webhook delivery and troubleshoot any issues.

Threadly will not retry webhooks, and also does not retain logs for webhooks sent.


---

# 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://threadly.gitbook.io/threadly/actions/form-ctas/setting-up-form-webhooks.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.
