hi, I am currently sending sms for each order created,
I would like to do the same for every note that is added,
both by the user and by the seller,
and send the message to both of you.
Do you have a guide? how should i do?
In the workflow, I realized that first I need to put a woocommerce trigger and I put: updated order.
however, among the data returned by the webhook I only have one item called customer note but which is empty.
Actually the hooked order has several notes made by both users even when reading the hook.
I would like to do the same for every note that is added,
both by the user and by the seller,
and send the message to both of you.
Do you have a guide? how should i do?
In the workflow, I realized that first I need to put a woocommerce trigger and I put: updated order.
however, among the data returned by the webhook I only have one item called customer note but which is empty.
Actually the hooked order has several notes made by both users even when reading the hook.