• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Woocommerce > Trigger Event > Order Paid

human

Member
Hello,

i miss Order Paid Trigger Event in Pabbly connect.
Could you implement this because this feature is possible in Zapier?

Possible Trigger Events in Pabbly connect:

Zapier:
 

Supreme

Well-known member
Staff member
Hey @human

You can use the Webhook by Pabbly trigger event to capture the Webhook response for paid orders from WooCommerce.

1688108695914.png



To use the "WooCommerce: Order Paid" webhook trigger event in WooCommerce, you'll need to follow these steps:

1. Set up a webhook endpoint: First, you need to create a webhook endpoint on your website or server to receive the webhook notifications. This can be done using a custom script or a plugin that handles webhook functionality.

2. Configure the webhook in WooCommerce: In your WooCommerce admin panel, go to "WooCommerce" -> "Settings" -> "Advanced" -> "Webhooks." Click on "Add webhook" to create a new webhook.

3. Configure the webhook settings:

Topic: Select "Order Paid" from the dropdown list.
Delivery URL: Enter the URL of your webhook endpoint.
Secret: Optionally, you can set a secret key for added security. This secret key will be included in the webhook request headers.
API version: Choose the appropriate version for your webhook endpoint.

4. Select the events to include: By default, the "Order Paid" webhook triggers when any order is marked as paid. If you want to narrow down the triggers, you can configure event filters for specific order statuses, payment methods, or other criteria.

5. Save the webhook: Once you have configured the webhook settings, click on "Save webhook" to create it.

6. Handle the webhook in your endpoint: In your custom script or plugin, you need to implement the logic to handle the incoming webhook requests. The exact steps will depend on your specific setup and requirements.

7. Test the webhook: To ensure that the webhook is working correctly, place a test order in your WooCommerce store and complete the payment process. You should receive a webhook notification at your specified endpoint.
 

human

Member
Hello Supreme,

thank you for your in-depth reply.

I will try your approach.

IMHO, the more user friendly approach would be to add order.paid trigger to Trigger Event list in Woocommerce functionality.

Thanks for your assistance.
 
Top