Filter Woocommerce Orders to Triger Webhook

Hi all,

Could you help me with the following story:

  • As a buyer
  • I want to receive an electronic certificate (credential) after I buy a specific product
  • So that there is no need to issue it mannualy

The problem is that there is an option to set a scenario via woocommers order update, but in this case a certificate will be issued for all paid orders. What I need is to issue certificate for orders related to a specific product, so I don’t understand how to filter the orders I need issue a certificate to.

Thanks for help!

Welcome to the Make community!

To create a filter, you can click on the dots or spanner icon between the modules.

For more information on filters, see https://www.make.com/en/help/scenarios/filtering


To assist you in creating a filter, we need to know what the output bundle of the module [1] looks like.

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

2 Likes

Hey Samliew! NO worries after I used filters you mentioned now it works just amazing! Love you! :smiling_face_with_three_hearts:

3 Likes