- Add a new fallback for authentication with the API key in the url. When the API key continues to say it is missing, add add_filter( 'frm_zap_url_auth', '__return_true' ); in the theme functions.php.
Then use this url in Zapier:
https://yoursite.com/API-KEY-GOES-HERE/ - New: Add frm_zap_sent hook to run after an entry is sent to Zapier
- Fix: Don't send draft entries to Zapier
- Added automation to release new versions