Skip to main content
Webhook Integration
J
Written by Jessica Arcabal
Updated over a week ago

What is a Webhook?

A webhook is a method that enhances web pages or applications by using custom callbacks managed by third-party users and developers.

These callbacks send real-time data from one system to another whenever specific events occur.

Key concepts of webhooks include:

  • Event Trigger: The specific event that activates the webhook, such as a user registration or a purchase.

  • Payload: The data that is sent to the endpoint when the event is triggered. This data is often in JSON format and contains relevant information about the event.

  • Endpoint URL: The URL to which the webhook sends the payload. This URL is set up to receive and process the incoming data.

Webhooks facilitate real-time notifications and data synchronization, enabling systems to communicate and automate workflows seamlessly.

This improves efficiency and responsiveness without requiring manual intervention.

Watch this to know more: What is a Webhook?

Using Your Webhook with Juice.AI

Juice.AI will use the webhook you provide to automatically post articles on your website.

Whenever a new article is generated, Juice.AI sends a JSON payload to your webhook endpoint containing the article details.

This allows articles to be published on your site automatically, without needing manual intervention.

Here is an example of the JSON payload response you might receive:

Prerequisites:

  1. Active Juice.AI Subscription: You need an active Juice.AI subscription and a valid account.

  2. Live Customer Site: Your website must be operational and accessible. This ensures the webhook can be tested and deployed in a real-world scenario.

  3. Functional Webhook: You must have a working webhook endpoint capable of receiving data from Juice.AI. Ensure it's correctly configured to handle incoming payloads.

  4. Network and Firewall Settings: Verify that your network and firewall settings permit communication with Juice.AI servers and allow access to the webhook endpoint.

Integrating Juice.AI Using Webhooks

Step 1:

Once you subscribe to Juice.AI successfully, you'll receive a link to create and activate your account.

Step 2:

After activating your account, you'll be redirected to create your password.

Step 3:

Next, you'll be redirected to the Onboard Page, where you'll need to fill in your site information details.

Step 4:

Once you've filled in all the necessary details, you'll be redirected to the next step to select the keyword type.

Step 5:

After selecting the keyword type, you'll see a list of keywords generated for your site.

Step 6:

Confirm the generated keywords to proceed with the integration steps.

Step 7:

Select 'Webhook' from the Select Integration dropdown menu.

Step 8:

Enter your webhook URL in the provided webhook box.

Step 9:

Click the "Send Data" button to test the integration. Juice.AI will send a test article to your webhook URL. Check your site to confirm that the test article was successfully received and integrated.

Step 10:

Once you've received the test article, click "Start Integration" to complete the setup.

Step 11:

In the Dashboard section under "Your Site," you can view details confirming that your site is integrated via a webhook.

Step 12:

Make sure that the Autopilot feature is working and can publish articles without issues. Set your Autopilot to the earliest available time slot.

Step 13:

When the scheduled time arrives, Autopilot will be triggered.

Step 14:

Once triggered, Autopilot will automatically send articles to your webhook.

Step 15:

You can verify the success of the integration in the Dashboard under the "Your Articles" section.

Did this answer your question?