Webhooks allow you to receive notifications from Vollna in real-time.

Webhooks are available with Agencies & Teams plans.

Step 1: Access Notification Settings

  1. Go to Dashboard in the main navigation menu > Notifications.
  2. Locate Webhook from the list of available integrations.

Step 2: Configure Webhook

  1. Click on Setup next to Webhook.
  2. Enter your webhook URL in the form.
  3. If needed, you can setup authentication for your webhook.
  4. Review other settings and click on Save settings button.

Authentication credentials are stored securely and are not shared with any third parties.

Receive Notifications

After you’ve set up your webhook, you will start receiving notifications as soon as new job opportunities are published.

Request Body Example
{
    "total": 19,
    "results_url": "https://www.vollna.com/dashboard/monitoring/result000",
    "filter": {
        "name": "Basic",
        "url": "https://www.vollna.com/dashboard/filter/000"
    },
    "projects": [
        {
            "url": "https://www.vollna.com/go?module=webhook&uid=0&tid=0&pid=3359&url=https%253A%2F%2Fwww.upwork.com%2Fjobs%2F%257E01146ebeb34b098d8c",
            "title": "S3 Bucket to Bigcommerce API",
            "description": "I am looking for a developer who can create an API intergration to import products from an Amazon S3 bucket to Bigcommerce...",
            "budget_type": "hourly",
            "budget": "15 - 25 USD",
            "site": "Upwork.com",
            "published": "2024-08-24T07:16:32+00:00",
            "client_details": {
                "rank": "Excellent",
                "payment_method_verified": true,
                "total_spent": 82639.95,
                "total_hires": 25,
                "avg_hourly_rate_paid": 25.002608695652,
                "rating": 4.95,
                "reviews": 13,
                "registered_at": "2020-05-17T00:00:00+00:00",
                "country": {
                    "name": "United States",
                    "iso_code2": "US"
                }
            }
        },
        ...
    ],
}