Script that deletes a record?
We're using WP Plugin "Integration for WooCommerce and Zoho Pro", and have created a couple of Feeds to send data to Zoho.
We are trying to create Contact records, but only based upon condition. Tried to make it with small Deluge function and Workflow, but it only works after the Contact is created, because we can't add WHEN before the trigger.
Now tried to go inverted, to let it create all contacts, but then use function to delete the newly created record based upon condition, but it also doesn't work. Think the error was 401.
Is there a way to achieve this idea?