I have already configured the triggers I need, this is more about the action: I need to send a unique code from a list of codes in an email, this means picking the first code in the list and deleting it then including it in an email, I don't want to call an API endpoint for this, because I would have to code it and if I’m going to code an API endpoint for it, I rather modify my functions.php in my WordPress theme and not use Zapier at all.
More context:
I’m triggering the Zapier for the event paid trigger in WooCommerce integration.
Thanks in advance.