---
title: "Exporting Form Submissions with a Webhook URL - Convert Forms"
description: "Are you looking for a way to automate exporting your form submissions? With Convert Forms, you can export form submissions by visiting a secret and pa"
url: "https://www.tassos.gr/docs/convert-forms/features/export-submissions-webhook-url"
date: "2026-04-29T20:24:01+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Convert Forms ](https://www.tassos.gr/index.php?option=com_content&view=category&id=43) / [ Advanced Features ](https://www.tassos.gr/index.php?option=com_content&view=category&id=75)

#  Exporting Form Submissions with a Webhook URL

Are you looking for a way to automate exporting your form submissions? With Convert Forms, you can export form submissions by visiting a secret and password-protected webhook URL without logging in first.

## [Enable the Auto Export Submissions plugin](#enable-the-auto-export-submissions-plugin)

First, ensure you're using Convert Forms 3.2.10+ Pro, as this is a Pro-only feature. Next, log into your backend, go to System -&gt; Manage -&gt; Plugins, search for "Convert Forms - Submissions Exporter" and click to enable the plugin.

![Joomla Form Submissions Exporter](https://www.tassos.gr/images/2022/export_subnmissio_2.png)

## [Using the Webhook URL](#using-the-webhook-url)

To export form submissions, you need to visit the following URL:

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions
```

### [URL Parameters](#url-parameters)

Below you can find a list with the supported parameters you can use in the webhook URL to customize the export of your submissions further.

 | Name | Description |
|---|---|
| secret (required) | The Secret Key set in the Security tab on the Convert Forms configuration page. |
| form\_id (required) | The ID of the form to export form submissions |
| filter\_period | Select submissions created on a certain period or date range. Accepts: today, yesterday, this\_week, this\_month, this\_year, last\_week, last\_month, last\_year, daterange.       Note: All submissions will be exported if no filter period is given. |
| filter\_created\_from | Select submissions created on or after a specific date. The expected date format is Y-m-d.       Note: To use this option, you must pass *filter\_period=daterange*. |
| filter\_created\_to | Select submissions created on or before a specific date. The expected date format is Y-m-d.       Note: To use this option, you must pass *filter\_period=daterange*. |
| filter\_search | Select submissions that contain the given search term. |
| filter\_timezone | By default, all submissions are exported with respect to your site's configured timezone. To export them in UTC time you can use *filter\_timezone=UTC*. |
| export\_type | Set whether to export submissions to a CSV or JSON file. Accepts: json, csv. Defaults to csv |
| export\_append | If set to true and the export file already contains data, the submissions will be appended. Defaults to false. |
| export\_path | The path relative to your site's root directory where to store the export file. It defaults to Joomla's temp directory, usually set to the */tmp/* folder in your site's root directory. |
| download | Set to true to force the download of the export file. The file is automatically deleted after download. |

### [Examples](#examples)

Select form #2 submissions received this year and export them to a CSV file.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=2&filter_period=this_year
```

Select form #3 submissions received today and export them to a JSON file.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=3&filter_period=today&export_type=json
```

Select form #1 submissions based on a custom date range and export them to a CSV file.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=1&filter_period=daterange&filter_created_from=2022-10-01&filter_created_to=2022-10-30
```

Select form submissions containing the keyword "apple" were received this week.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=1&filter_search=apple&filter_period=this_week
```

Download this month's form submissions.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=2&filter_period=this_month&download=1
```

Select today's submissions and convert their timestamps to the UTC timezone.

 ```
http://site.com/index.php?option=com_convertforms&task=cron&command=exportsubmissions&secret=123&form_id=2&filter_period=today&filter_timezone=UTC
```

 Last updated on Apr 14th 2025 09:04

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms",
            "item": "https://www.tassos.gr/docs/convert-forms"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Advanced Features",
            "item": "https://www.tassos.gr/docs/convert-forms/features"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Exporting Form Submissions with a Webhook URL",
            "item": "https://www.tassos.gr/docs/convert-forms/features/export-submissions-webhook-url"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/features/export-submissions-webhook-url"
    },
    "headline": "Exporting Form Submissions with a Webhook URL",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/convert-forms/features/export-submissions-webhook-url"
    },
    "datePublished": "2022-10-05T12:01:06+03:00",
    "dateCreated": "2022-10-05T12:01:06+03:00",
    "dateModified": "2025-04-14T09:43:50+03:00"
}
```
