Hi, Plugin is not working properly with php +8.*
]]>I am trying to use “WunderAutomation” plugin with latest PHP version and wordpress. But i am getting 502 error many time.
WordPress login/logout not working properly and showing 502 error too
I’ve sent multiple support tickets to this plugin and no responses. Their website seems to have been hacked as well. Does anyone know if this plugin is still working?
]]>Hi,
I have a question about the re-trigger. If i limit the number of returned objects by creation time, does that mean the retrigger will edit the content that is OLDER than X days or NEWER than X days? I would like to only change the woocommerce orders older than 30 days, not the newer ones…
Thank you!
]]>It looks like there is no option to include an order table in the email (like the woo new order email). Am I missing something, or is this on the “to-do” list?
its vital that we have this working on the automation, everything else is perfect but this major, in our mind, flaw!
]]>Hi,
I am looking for a way to to display a youtube video that appears in the download section of My Account of the customer who has purchased a particular audio file (song).
The embedded video should only be displayed if that particular file is bought.
So my question is can I do this using your plugin ?
]]>I want to create a workflow which will change the author of a post when it is saved. I can see these actions:
I can’t see an option to change the Owner / Author, which surprised me. Is it possible to get this option added?
Thanks
David
]]>Hello, is there any way to add a trigger for woocommerce subscriptions renewal payment fail ?
Action: 'woocommerce_subscription_renewal_payment_failed'
Parameters: $subscription A WC_Subscription object representing the subscription which has just had a renewal payment fail.
Description: Triggered when a renewal payment fails for a subscription.
https://woocommerce.com/document/subscriptions/develop/action-reference/
]]>Hi,
I’m setting up an automation on post/created with filters based on post type and status. Whenever I check the filter box “Evaluate before scheduling execution” and click Save on the automation the box automatically gets unchecked and the automation doesn’t filter records prior to scheduling.
Is this a known bug, or is there a configuration issue that would cause this?
]]>Team,
Thank you for a truly awesome solution. Still getting our feet wet, however, require some guidance. In your online documentation https://www.wundermatics.com/doc/wunderautomation/built-in-parameters/ you list several WooCommerce base order parameters, but missing the {{order.number}} it seems. It is present in the ORDER object, but does not contain any data it seems (always ZERO). Our customers use WooCommerce Sequential Numbers, and being able to retrieve this value will greatly enhance our interaction.
Regards
Ockert
Hello, I would like orders that are in process to be automatically set to Completed after two days.
It works via PHP as a snippet, but the server stops because over 5000 orders are being searched accordingly
]]>I contact support about two issues after purchasing the Pro subscription. Its been four days but no response yet. Thus I will try here.
– ReTrigger do not work/show up on Workflows
– Test Form does not show any values when testing post IDs
This does not feel good after Pro subscription. Any help would be appreciated.
]]>Hello,
I would like to request some Woocommerce filter additions for stock status as these seem to be missing.
I would like to have the following options to filter an order by if the products on the order fall into these categories:
Filter: Stock Status
Operator: Is one of or is not one of
Options: In stock, Out of stock, On backorder
I hope these can be added as it would make this plugin even more powerful for order management.
]]>Hello,
I am using your plugin to create forums with a parent when a post is created. I need to filter the posts according to their taxonomy like, artsits, scientists etc. However I can not find any option for this filtering. What can I do?
Hello
I upgrade with version 1.8.1 and the site crashed
Hi!
I’m testing your tool at the moment – looks great so far, except one thing.
I send an email for a saved post (product). The date shown in the email is.
3.843822.
I’ve not set a date format, whether in settings, not in the workflow, so standard date format should appear. It doesn’t.
Did I anything wrong?
We use a German version of WordPress, where the data format is d.m.Y
Is that a problem?
Thanks for your help!
KR, Markus
Hi,
Thanks for the plugin it’s an excellent free plugin. Is it possible to add a new role to a user as opposed to changing the role? If not I think this would be a good feature and easy to implement.
Best Regards
Andy
Hello, I read through your docs on how to use jsonPath to get a webhook response, but when I tries to impliment it, the “webhook” does not show up as an object or parameter in any filters of actions. I just need to send a client id and secret to an auth endpoint, and return the bearer token upon response. How can this be done with your plugin?
I would appreciate your help.
]]>I’ve been reaching out to understand how to use the REST API/Webhooks using the contact us form on their WunderAutomation website and their [email protected] email address.
Their documentation doesn’t explain how to use the ‘Request Body’ when using the RTEST API call. Per the logs, it also doesn’t seem to be filling in the build-in parameters.
In the ‘Request Body’ what type of code does it use?
How do I format my REST API Call in the request body?
Here is the documentation on the REST API I’m attempting to post to using this plugin.
https://docs.rukovoditel.net/index.php?p=52
Firstly, im a fresh and totally newbie at API, JSON
After 1 week of research. I read all blog about JSON and JSONPATH at https://www.wundermatics.com/blog/
But sadly, I can’t solve the problem by myshelf.
So that, i write this. Hope some API master or WunderAutomation can help me sort this out
My scenario is:
STEP 1: Send a REST API CALL, JSON, POST to https://app.sinbyte.com/api/project/
Response example should like this:
{
"status": "ok",
"message": "Get projects success",
"data": [{
"id": 2491,
"user_profile": 1,
"name": "https://abcdef.com",
"url": "https://abcdef.com"
},{
"id": 6630,
"user_profile": 777,
"name": "https://def.com",
"url": "https://def.com"
}]
}
STEP 2: I need to send another REST API CALL, JSON, POST to https://app.sinbyte.com/api/campaign/
And this time, the body have to contain the ID that of data that contain the url match the site_url.
In this example, i send the api form https://def.com, then the body should be something like:
{
"type": "upload",
"project_id": 6630,
"campaign_id": 33616,
"urls": ["{{ post.url }}"]
}
How can i find that 6630. I tried {{rest.response.select((a) => a.url == {{site_url}}).id}}
but not work
API document here. Anyhelp appriciated
]]>I am setting up a workflow that will send an email to a specified email address. It will be triggered when an order is saved, but only if a custom field on the order is set.
It looks like there is no option to include an order table in the email. Am I missing something, or is this on the “to-do” list?
I’ve looked at Autonami and AutomateWoo. Both of these offer an order table token but don’t have an “Order Saved” trigger. In any case, I’d rather use WunderAutomation if possible.
Thanks
]]>I want to set up a rule to send a custom email when an order is saved. I am using the Order Saved trigger, and plan to use the value of a yes/no ACF field as a filter, to decide whether to send the email. In some cases (including my testing), the only change made to the order would be to set the ACF field.
However, when I save an order no email is sent. The logs say:
Workflow started object: Automattic\WooCommerce\Admin\Overrides\Order(590)
Workflow . Filter processing returned false
590 is my test order number. This happens even when there is no filter.
Can you suggest what could be going wrong here?
Thanks in advance.
]]>Hi – My use case is as below:
Trigger: Incoming webhook
I get a webhook pay load (as below) with user plan_id and plan_name.
Filter: If the webhook parameter plan_name is Medium, update the role type for user identified by user_id returned by webhook to “AAdvanced”.
My workflow setup is as per this picture: https://pasteboard.co/Kge0QVv.png
I am sending webhook to the webhook url. Not using any parameter in trigger for transient.
Using the filter as Webhook Parameter:
parameter name plan_name === Medium
object path data:plan_name
The webhook call is succeeding. The log shows that action – user update has started. But the filter fails.
“2021-08-16 2998ee info Workflow Role Update. Filter processing returned false []
3 2021-08-16 23:50:98ee info Workflow Role Update started object: (0) []”
I believe I am providing the JSONPATH for the webhook parameter plan_name wrong. Could you advise what should that be from the following:
Webhook paylod:
{
“webhook_id”: 1082,
“type”: “account_created”,
“data”: {
“user_id”: 1,
“plan_id”: 1,
“trial_days”: 10,
“billing_frequency”: 12,
“template_id”: 1,
“price”: 9.99,
“user_login”: “johndoe”,
“user_firstname”: “John”,
“user_lastname”: “Doe”,
“user_email”: “[email protected]”,
“plan_name”: “Medium”,
}
}
Having an issue with the MailChimp add-on. We have the API key and MailChimp plugin activation key all set up within the plugin and following the documentation for setup, but it’s not working as expected.
The dropdown to pull in the lists from MailChimp appears blank and you cannot search for a list. When you click on the blank dropdown some of our lists appear in the selected state. However, none of the lists that show up there are the ones we set the web-hook up for. Inspecting the page it seems like there is a vue.js error:
You are running a development build of Vue.
Make sure to use the production build (*.prod.js) when deploying for production.
[Vue warn]: Property “delayed” was accessed during render but is not defined on instance.
at <TransitionGroup name=”flip-list” tag=”div” >
at <Steps>
at <App>
Not sure if that is related but it seems like it might be.
]]>Hi,
I just came across WunderAutomation when looking to do a customization and it looks amazing. I have one issue though. I have done some customizations already and I have a set of action hooks(triggers). I need to initiate some workflows when these actions are triggered? How can I achieve this? I couldnt find clear documentation on how to use a pre-defined action as a trigger in WunderAutomation
Thanks in advance
]]>Hello dear, is the plugin compatible with gravity forms plugin ?
is it possible to create an automation task that will create a woocommerce order
after a Gravity Form submitted !?
If no, can you please add this feature in the future update !!?
]]>Hi,
I want to send out an email to specific user whenever a successful sale is completed using a specific coupon code. How can I use this plugin to achieve that workflow?
Example: If a order is completed successfully using a coupon code as JOHN, then I want to send an email to [email protected] about the successful sale.
Could you please help me configure that workflow?
]]>Hello, i was wondering if there is any way to make a trigger with your WunderAutomation when an user in WooComemrce:
1 – Create new product
2 – Edit product
3 – Delete product
I only see Triggers for Orders. And for WP Posts.
Thanks
When selecting [run once] in the workflow I receive multiple (two in this case) emails for the same action/workflow. The following logs are created just now as an example.
23575 2021-04-14 11:14:39 046b86ea info Workflow Product Published. Filter processing returned false []
23574 2021-04-14 11:14:39 046b86ea info Workflow Product Published started object: WP_Post(43320) []
23573 2021-04-14 11:14:39 046b86ea info Workflow Post Published has no filters. Continuing []
23572 2021-04-14 11:14:39 046b86ea info Workflow Post Published. Action #0 done.
23571 2021-04-14 11:14:39 046b86ea info Workflow Post Published. Filter processing returned true []
23570 2021-04-14 11:14:39 046b86ea info Workflow Post Published started object: WP_Post(43320) []
23569 2021-04-14 11:14:39 046b86ea info Workflow Product Published. Filter processing returned false []
23568 2021-04-14 11:14:39 046b86ea info Workflow Product Published started object: WP_Post(43320) []
23567 2021-04-14 11:14:39 046b86ea info Workflow Post Published has no filters. Continuing []
23566 2021-04-14 11:14:39 046b86ea info Workflow Post Published. Action #0 done.
23565 2021-04-14 11:14:39 046b86ea info Workflow Post Published. Filter processing returned true []
23564 2021-04-14 11:14:39 046b86ea info Workflow Post Published started object: WP_Post(43320) []
Do you have any tips to check, help solve, or solve myself? ??
ps: the parameter test is not functioning well too. See screenshot:
]]>
Hello!
We made confirmation of the number by SMS according to your instructions (https://www.wundermatics.com/2020/05/11/woocommerce-phone-verification-with-sms/). it works on the demo stand, but does not work on production.
We noticed a strange behavior: the confirmation takes place when you are logged in as an admin.
There are no errors in the logs. I ask for help
]]>