Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Security & Risk Analysis

wordpress.org/plugins/uncanny-automator

Uncanny Automator is the easiest and most powerful way to connect your WordPress plugins, sites and apps together with powerful automations.

50K active installs v7.1.0.1 PHP 7.4+ WP 5.8+ Updated Mar 2, 2026
automationgoogle-sheetslearndashopenaiwebhooks
83
B · Generally Safe
CVEs total11
Unpatched0
Last CVEMar 2, 2026
Safety Verdict

Is Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Safe to Use in 2026?

Mostly Safe

Score 83/100

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin is generally safe to use. 11 past CVEs were resolved. Keep it updated.

11 known CVEsLast CVE: Mar 2, 2026Updated 1mo ago
Risk Assessment

The Uncanny Automator plugin presents a mixed security posture. On one hand, it demonstrates good practices in SQL query preparation (91%) and output escaping (90%), along with a significant number of nonce and capability checks. The absence of bundled libraries is also a positive sign. However, a very large attack surface with a high proportion of unprotected entry points (186 out of 213) is a significant concern, making it easier for attackers to find potential vulnerabilities.

The static analysis reveals a single instance of the dangerous `unserialize` function, which, while not a critical taint flow in this specific scan, is inherently risky if user-controlled data is involved. The taint analysis, though limited in scope (only 2 flows analyzed), did identify one flow with unsanitized paths, indicating potential for issues. The plugin's historical vulnerability data is concerning, with 11 known CVEs including a past critical vulnerability, and a pattern of Cross-Site Scripting (XSS), Missing Authorization, and Deserialization of Untrusted Data. This history suggests a recurring need for careful code review and patching.

Overall, while the plugin has strengths in certain areas like prepared statements and output escaping, the vast unprotected attack surface and past vulnerability trends necessitate caution. The presence of `unserialize` and the single unsanitized path flow, combined with historical security incidents, suggest that the plugin requires ongoing vigilance and prompt updates to mitigate risks.

Key Concerns

  • Large number of unprotected AJAX handlers
  • Large number of unprotected REST API routes
  • Presence of dangerous unserialize function
  • Taint flow with unsanitized paths
  • History of 1 critical CVE
  • History of 2 high severity CVEs
  • History of 8 medium severity CVEs
  • History of XSS vulnerabilities
  • History of Missing Authorization vulnerabilities
  • History of Deserialization of Untrusted Data vulnerabilities
Vulnerabilities
11

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Security Vulnerabilities

CVEs by Year

2 CVEs in 2023
2023
7 CVEs in 2025
2025
2 CVEs in 2026
2026
Patched Has unpatched

Severity Breakdown

Critical
1
High
2
Medium
8

11 total CVEs

CVE-2026-2269high · 7.2Unrestricted Upload of File with Dangerous Type

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin <= 7.0.0.3 - Authenticated (Administrator+) Server-Side Request Forgery to Arbitrary File Upload

Mar 2, 2026 Patched in 7.1.0 (1d)
CVE-2025-15522medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin <= 6.10.0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode

Jan 22, 2026 Patched in 7.0.0 (1d)
CVE-2025-66056medium · 4.3Exposure of Sensitive Information to an Unauthorized Actor

Uncanny Automator < 6.10.0 - Authenticated (Subscriber+) Information Exposure

Nov 7, 2025 Patched in 6.10.0 (19d)
CVE-2025-58193medium · 4.3Missing Authorization

Uncanny Automator <= 6.7.0.1 - Missing Authorization

Aug 27, 2025 Patched in 6.8.0 (8d)
CVE-2025-48133medium · 6.5Missing Authorization

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin <= 6.4.0.2 - Missing Authorization

Jun 2, 2025 Patched in 6.5.0 (5d)
CVE-2025-3623critical · 9.1Deserialization of Untrusted Data

Uncanny Automator <= 6.4.0.1 - Unauthenticated PHP Object Injection in automator_api_decode_message Function

May 13, 2025 Patched in 6.4.0.2 (31d)
CVE-2025-4520medium · 5.4Missing Authorization

Uncanny Automator <= 6.4.0.2 - Missing Authorization to Authenticated (Subscriber+) Plugin Settings Update

May 9, 2025 Patched in 6.5.0 (5d)
CVE-2025-2075high · 8.8Missing Authorization

Uncanny Automator <= 6.3.0.2 - Missing Authorization to Authenticated (Subscriber+) Privilege Escalation

Apr 3, 2025 Patched in 6.4.0 (1d)
CVE-2024-13838medium · 5.5Server-Side Request Forgery (SSRF)

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin <= 6.2 - Authenticated (Admin+) Server-Side Request Forgery via Webhook

Mar 11, 2025 Patched in 6.3 (1d)
CVE-2023-52151medium · 5.3Insertion of Sensitive Information Into Debugging Code

Uncanny Automator <= 5.1.0.2 - Sensitive Information Exposure via Log File

Dec 28, 2023 Patched in 5.1.0.3 (26d)
WF-bd0d8661-4725-41dd-88ce-8e94e285d5b8-uncanny-automatormedium · 5.4Cross-Site Request Forgery (CSRF)

Uncanny Automator <= 4.14 - Cross-Site Request Forgery via update_automator_connect

May 24, 2023 Patched in 4.15 (244d)
Code Analysis
Analyzed Mar 16, 2026

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Code Analysis

Dangerous Functions
1
Raw SQL Queries
57
571 prepared
Unescaped Output
446
3829 escaped
Nonce Checks
69
Capability Checks
66
File Operations
26
External Requests
32
Bundled Libraries
0

Dangerous Functions Found

unserialize$date_settings = unserialize( end( $this->event_meta['mec_date'] ) ); // phpcs:ignoresrc\integrations\modern-events-calendar\helpers\mec-helpers.php:377

SQL Query Safety

91% prepared628 total queries

Output Escaping

90% escaped4275 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
safe_process (src\core\actionify-triggers\class-trigger-queue.php:242)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
186 unprotected

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Attack Surface

Entry Points213
Unprotected186

AJAX Handlers 204

authwp_ajax_uo_setup_wizard_set_tried_connectingsrc\class-automator-load.php:1006
authwp_ajax_automator_trigger_engine_process_triggersrc\core\actionify-triggers\class-trigger-queue.php:104
noprivwp_ajax_automator_trigger_engine_process_triggersrc\core\actionify-triggers\class-trigger-queue.php:105
authwp_ajax_automator_log_deletesrc\core\admin\admin-tools\tabs\debug.php:31
authwp_ajax_automator_db_toolssrc\core\admin\admin-tools\tabs\tools\tools.php:23
authwp_ajax_automator_db_tools_empty_api_logssrc\core\admin\admin-tools\tabs\tools\tools.php:30
authwp_ajax_recipe-triggerssrc\core\admin\class-activity-log.php:35
noprivwp_ajax_recipe-triggerssrc\core\admin\class-activity-log.php:36
authwp_ajax_recipe-actionssrc\core\admin\class-activity-log.php:37
noprivwp_ajax_recipe-actionssrc\core\admin\class-activity-log.php:38
authwp_ajax_automator_handle_feedbacksrc\core\admin\class-automator-review.php:79
authwp_ajax_automator_handle_credits_notification_feedbacksrc\core\admin\class-automator-review.php:81
authwp_ajax_prune_logssrc\core\admin\class-prune-logs.php:96
authwp_ajax_automator_dismiss_log_notificationsrc\core\admin\class-prune-logs.php:108
authwp_ajax_wpforms_uncanny_automator_check_plugin_statussrc\core\admin\class-wpforms-provider.php:56
authwp_ajax_automator_notification_dismisssrc\core\admin\notifications\notifications.php:68
authwp_ajax_automator_get_recent_articlessrc\core\services\dashboard\recent-articles.php:55
authwp_ajax_active-campaign-list-tagssrc\integrations\active-campaign\active-campaign-integration.php:96
authwp_ajax_active-campaign-list-retrievesrc\integrations\active-campaign\active-campaign-integration.php:97
authwp_ajax_automator_aioseo_fetch_postssrc\integrations\aioseo\aioseo-integration.php:61
authwp_ajax_automator_aioseo_fetch_posts_for_triggersrc\integrations\aioseo\aioseo-integration.php:62
authwp_ajax_ameliabooking_service_category_endpointsrc\integrations\ameliabooking\helpers\ameliabooking-helpers.php:44
authwp_ajax_automator_asana_get_workspace_optionssrc\integrations\asana\asana-integration.php:84
authwp_ajax_automator_asana_get_project_optionssrc\integrations\asana\asana-integration.php:85
authwp_ajax_automator_asana_get_task_optionssrc\integrations\asana\asana-integration.php:86
authwp_ajax_automator_asana_get_tag_optionssrc\integrations\asana\asana-integration.php:87
authwp_ajax_automator_asana_get_user_optionssrc\integrations\asana\asana-integration.php:88
authwp_ajax_automator_asana_get_field_optionssrc\integrations\asana\asana-integration.php:89
authwp_ajax_automator_asana_get_custom_fields_repeatersrc\integrations\asana\asana-integration.php:90
authwp_ajax_automator_aweber_handle_authorizationsrc\integrations\aweber\aweber-integration.php:52
authwp_ajax_automator_aweber_disconnect_accountsrc\integrations\aweber\aweber-integration.php:54
authwp_ajax_automator_aweber_accounts_fetchsrc\integrations\aweber\aweber-integration.php:56
authwp_ajax_automator_aweber_list_fetchsrc\integrations\aweber\aweber-integration.php:58
authwp_ajax_automator_aweber_custom_fields_fetchsrc\integrations\aweber\aweber-integration.php:60
authwp_ajax_select_achievements_from_types_BOAWARDACHIEVEMENTsrc\integrations\badgeos\helpers\badgeos-helpers.php:32
authwp_ajax_select_ranks_from_types_BOAWARDRANKSsrc\integrations\badgeos\helpers\badgeos-helpers.php:39
authwp_ajax_automator_brevo_get_listssrc\integrations\brevo\brevo-integration.php:80
authwp_ajax_automator_brevo_get_templatessrc\integrations\brevo\brevo-integration.php:81
authwp_ajax_select_topic_from_forum_BDBTOPICREPLYsrc\integrations\buddypress\helpers\buddypress-helpers.php:33
authwp_ajax_automator_campaign_monitor_get_clientssrc\integrations\campaign-monitor\campaign-monitor-integration.php:85
authwp_ajax_automator_campaign_monitor_get_listssrc\integrations\campaign-monitor\campaign-monitor-integration.php:87
authwp_ajax_automator_campaign_monitor_get_custom_fieldssrc\integrations\campaign-monitor\campaign-monitor-integration.php:89
authwp_ajax_automator_clickup_capture_tokenssrc\integrations\clickup\helpers\clickup-helpers.php:70
authwp_ajax_automator_clickup_fetch_spacessrc\integrations\clickup\helpers\clickup-helpers.php:72
authwp_ajax_automator_clickup_fetch_folderssrc\integrations\clickup\helpers\clickup-helpers.php:74
authwp_ajax_automator_clickup_fetch_listssrc\integrations\clickup\helpers\clickup-helpers.php:76
authwp_ajax_automator_clickup_fetch_assigneessrc\integrations\clickup\helpers\clickup-helpers.php:78
authwp_ajax_automator_clickup_fetch_assignees_listsrc\integrations\clickup\helpers\clickup-helpers.php:80
authwp_ajax_automator_clickup_fetch_statusessrc\integrations\clickup\helpers\clickup-helpers.php:82
authwp_ajax_automator_clickup_fetch_taskssrc\integrations\clickup\helpers\clickup-helpers.php:84
authwp_ajax_automator_clickup_disconnectsrc\integrations\clickup\helpers\clickup-helpers.php:86
authwp_ajax_automator_constant_contact_list_memberships_getsrc\integrations\constant-contact\constant-contact-integration.php:71
authwp_ajax_automator_constant_contact_tags_getsrc\integrations\constant-contact\constant-contact-integration.php:72
authwp_ajax_automator_constant_contact_contact_fields_getsrc\integrations\constant-contact\constant-contact-integration.php:73
authwp_ajax_automator_constant_contact_get_custom_fields_repeatersrc\integrations\constant-contact\constant-contact-integration.php:74
authwp_ajax_automator_convertkit_disconnectsrc\integrations\convertkit\helpers\convertkit-helpers.php:31
authwp_ajax_automator_convertkit_forms_dropdown_handlersrc\integrations\convertkit\helpers\convertkit-helpers.php:34
authwp_ajax_automator_convertkit_sequence_dropdown_handlersrc\integrations\convertkit\helpers\convertkit-helpers.php:37
authwp_ajax_automator_convertkit_tags_dropdown_handlersrc\integrations\convertkit\helpers\convertkit-helpers.php:40
authwp_ajax_automator_discord_get_serverssrc\integrations\discord\discord-integration.php:118
authwp_ajax_automator_discord_get_server_channelssrc\integrations\discord\discord-integration.php:120
authwp_ajax_automator_discord_get_verified_memberssrc\integrations\discord\discord-integration.php:122
authwp_ajax_automator_discord_get_server_rolessrc\integrations\discord\discord-integration.php:124
authwp_ajax_automator_discord_get_allowed_channel_typessrc\integrations\discord\discord-integration.php:126
authwp_ajax_automator_drip_disconnectsrc\integrations\drip\helpers\drip-helpers.php:18
authwp_ajax_automator_edd_price_options_handlersrc\integrations\edd\edd-integration.php:51
authwp_ajax_ua_facebook_group_list_groupssrc\integrations\facebook-groups\helpers\facebook-groups-helpers.php:78
authwp_ajax_automator_facebook_groups_verify_app_installsrc\integrations\facebook-groups\helpers\facebook-groups-helpers.php:81
authwp_ajax_automator_integration_facebook_lead_ads_capture_tokensrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:46
authwp_ajax_automator_integration_facebook_lead_ads_disconnectsrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:49
authwp_ajax_automator_facebook_lead_ads_forms_handlersrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:52
noprivwp_ajax_facebook_lead_ads_check_connectionsrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:55
authwp_ajax_facebook_lead_ads_check_connectionsrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:58
authwp_ajax_facebook_lead_verify_page_connectionsrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:61
authwp_ajax_get_event_meeting_durationsrc\integrations\fluent-booking\fluent-booking-integration.php:42
authwp_ajax_get_event_meeting_locationsrc\integrations\fluent-booking\fluent-booking-integration.php:43
authwp_ajax_automator_fluentcommunity_lessons_fetchsrc\integrations\fluent-community\fluent-community-intergration.php:60
authwp_ajax_automator_fluentcommunity_lessons_fetch_for_actionsrc\integrations\fluent-community\fluent-community-intergration.php:61
authwp_ajax_automator_fetch_fluentcrm_fieldssrc\integrations\fluent-crm\helpers\fluent-crm-helpers.php:55
authwp_ajax_automator_fetch_fluentcrm_custom_fieldssrc\integrations\fluent-crm\helpers\fluent-crm-helpers.php:56
authwp_ajax_select_achievements_from_types_AWARDACHIEVEMENTsrc\integrations\gamipress\helpers\gamipress-helpers.php:32
authwp_ajax_select_ranks_from_types_AWARDRANKSsrc\integrations\gamipress\helpers\gamipress-helpers.php:39
authwp_ajax_automator_getresponse_get_listssrc\integrations\get-response\get-response-integration.php:68
authwp_ajax_automator_github_get_repo_optionssrc\integrations\github\github-integration.php:86
authwp_ajax_automator_github_get_repo_issues_and_pr_optionssrc\integrations\github\github-integration.php:87
authwp_ajax_automator_github_get_repo_tag_optionssrc\integrations\github\github-integration.php:88
authwp_ajax_automator_github_get_repo_branches_optionssrc\integrations\github\github-integration.php:89
authwp_ajax_automator_github_get_repo_label_optionssrc\integrations\github\github-integration.php:90
authwp_ajax_automator_google_calendar_get_calendar_optionssrc\integrations\google-calendar\google-calendar-integration.php:67
authwp_ajax_automator_google_calendar_get_event_optionssrc\integrations\google-calendar\google-calendar-integration.php:68
authwp_ajax_automator_google_contacts_fetch_labelssrc\integrations\google-contacts\google-contacts-integration.php:70
authwp_ajax_automator_fetch_googlesheets_spreadsheetssrc\integrations\google-sheet\google-sheet-integration.php:64
authwp_ajax_automator_fetch_googlesheets_worksheetssrc\integrations\google-sheet\google-sheet-integration.php:65
authwp_ajax_automator_fetch_googlesheets_worksheets_columnssrc\integrations\google-sheet\google-sheet-integration.php:66
authwp_ajax_automator_fetch_googlesheets_worksheets_columns_searchsrc\integrations\google-sheet\google-sheet-integration.php:67
authwp_ajax_gtt_disconnectsrc\integrations\gototraining\helpers\gototraining-helpers.php:65
authwp_ajax_gtw_disconnectsrc\integrations\gotowebinar\helpers\gotowebinar-helpers.php:63
authwp_ajax_helpscout_fetch_conversationssrc\integrations\helpscout\helpscout-integration.php:85
authwp_ajax_automator_helpscout_fetch_mailbox_userssrc\integrations\helpscout\helpscout-integration.php:86
authwp_ajax_automator_helpscout_fetch_propertiessrc\integrations\helpscout\helpscout-integration.php:87
authwp_ajax_automator_jetforms_fields_dropdownsrc\integrations\jetformbuilder\helpers\jetfb-helpers.php:10
authwp_ajax_automator_keap_handle_authorizationsrc\integrations\keap\keap-integration.php:54
authwp_ajax_automator_keap_disconnect_accountsrc\integrations\keap\keap-integration.php:56
authwp_ajax_automator_keap_get_tagssrc\integrations\keap\keap-integration.php:58
authwp_ajax_automator_keap_get_contact_custom_fieldssrc\integrations\keap\keap-integration.php:60
authwp_ajax_automator_keap_get_companiessrc\integrations\keap\keap-integration.php:62
authwp_ajax_automator_keap_get_account_userssrc\integrations\keap\keap-integration.php:64
authwp_ajax_automator_keap_get_company_custom_fieldssrc\integrations\keap\keap-integration.php:66
authwp_ajax_select_lesson_from_course_LESSONDONEsrc\integrations\learndash\helpers\learndash-helpers.php:40
authwp_ajax_select_lesson_from_course_MARKLESSONDONEsrc\integrations\learndash\helpers\learndash-helpers.php:47
authwp_ajax_select_lesson_from_course_LD_TOPICDONEsrc\integrations\learndash\helpers\learndash-helpers.php:55
authwp_ajax_select_lesson_from_course_MARKTOPICDONEsrc\integrations\learndash\helpers\learndash-helpers.php:63
authwp_ajax_select_topic_from_lesson_MARKTOPICDONEsrc\integrations\learndash\helpers\learndash-helpers.php:72
authwp_ajax_select_topic_from_lesson_LD_TOPICDONEsrc\integrations\learndash\helpers\learndash-helpers.php:80
authwp_ajax_select_section_from_course_LPMARKLESSONDONEsrc\integrations\learnpress\helpers\learnpress-helpers.php:36
authwp_ajax_select_lesson_from_section_LPMARKLESSONDONEsrc\integrations\learnpress\helpers\learnpress-helpers.php:43
authwp_ajax_select_section_from_course_LPMARKLESSONDONEsrc\integrations\learnpress\helpers\learnpress-helpers.php:50
authwp_ajax_automator_linkedin_capture_tokenssrc\integrations\linkedin\helpers\linkedin-helpers.php:52
authwp_ajax_automator_linkedin_disconnectsrc\integrations\linkedin\helpers\linkedin-helpers.php:59
authwp_ajax_automator_linkedin_get_pagessrc\integrations\linkedin\helpers\linkedin-helpers.php:64
authwp_ajax_select_mcgroupslist_from_mclistsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:80
authwp_ajax_select_mctagslist_from_mclistsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:82
authwp_ajax_select_segments_from_listsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:84
authwp_ajax_get_mailchimp_audience_fieldssrc\integrations\mailchimp\helpers\mailchimp-helpers.php:86
authwp_ajax_uo_mailchimp_disconnectsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:88
authwp_ajax_mailchimp-regenerate-webhook-keysrc\integrations\mailchimp\helpers\mailchimp-helpers.php:90
authwp_ajax_select_mslms_lesson_from_course_LESSONDONEsrc\integrations\masterstudy-lms\helpers\masterstudy-helpers.php:39
authwp_ajax_select_mslms_quiz_from_course_QUIZsrc\integrations\masterstudy-lms\helpers\masterstudy-helpers.php:47
authwp_ajax_automator_mautic_disconnect_clientsrc\integrations\mautic\mautic-integration.php:44
authwp_ajax_automator_mautic_render_contact_fieldssrc\integrations\mautic\mautic-integration.php:47
authwp_ajax_automator_mautic_segment_fetchsrc\integrations\mautic\mautic-integration.php:50
authwp_ajax_select_lesson_from_course_LESSONDONEsrc\integrations\memberpress-courses\helpers\memberpress-courses-helpers.php:36
authwp_ajax_select_lesson_from_course_MARKLESSONDONEsrc\integrations\memberpress-courses\helpers\memberpress-courses-helpers.php:43
authwp_ajax_automator_microsoft_teams_disconnect_usersrc\integrations\microsoft-teams\microsoft-teams-integration.php:49
authwp_ajax_automator_microsoft_teams_get_team_memberssrc\integrations\microsoft-teams\microsoft-teams-integration.php:50
authwp_ajax_automator_microsoft_teams_get_team_channelssrc\integrations\microsoft-teams\microsoft-teams-integration.php:51
authwp_ajax_ua_mec_select_eventssrc\integrations\modern-events-calendar\helpers\mec-helpers.php:80
authwp_ajax_ua_mec_select_event_ticketsrc\integrations\modern-events-calendar\helpers\mec-helpers.php:87
authwp_ajax_automator_notion_list_pagessrc\integrations\notion\notion-integration.php:87
authwp_ajax_automator_notion_list_databasessrc\integrations\notion\notion-integration.php:88
authwp_ajax_automator_notion_get_databasesrc\integrations\notion\notion-integration.php:89
authwp_ajax_automator_notion_get_database_columnssrc\integrations\notion\notion-integration.php:90
authwp_ajax_automator_notion_list_userssrc\integrations\notion\notion-integration.php:91
authwp_ajax_automator_ontraport_disconnect_accountsrc\integrations\ontraport\ontraport-integration.php:54
authwp_ajax_automator_ontraport_list_tagssrc\integrations\ontraport\ontraport-integration.php:56
authwp_ajax_automator_ontraport_list_campaignssrc\integrations\ontraport\ontraport-integration.php:58
authwp_ajax_automator_openai_generate_sizessrc\integrations\open-ai\actions\open-ai-image-generate-dall-e.php:50
authwp_ajax_automator_openai_disconnectsrc\integrations\open-ai\helpers\open-ai-helpers.php:33
authwp_ajax_automator_openai_recheck_gpt4_accesssrc\integrations\open-ai\helpers\open-ai-helpers.php:34
authwp_ajax_automator_openai_get_modelssrc\integrations\open-ai\helpers\open-ai-helpers.php:35
authwp_ajax_automator_openai_get_gpt_modelssrc\integrations\open-ai\helpers\open-ai-helpers.php:36
authwp_ajax_automator_openai_fetch_image_generation_modelssrc\integrations\open-ai\open-ai-integration.php:63
authwp_ajax_automator_sendy_get_listssrc\integrations\sendy\sendy-integration.php:81
authwp_ajax_automator_rank_math_fetch_posts_for_triggerssrc\integrations\seo-by-rank-math\seo-by-rank-math-integration.php:48
authwp_ajax_automator_rank_math_fetch_posts_by_typesrc\integrations\seo-by-rank-math\seo-by-rank-math-integration.php:49
authwp_ajax_automator_slack_get_userssrc\integrations\slack\slack-integration.php:81
authwp_ajax_automator_slack_get_channelssrc\integrations\slack\slack-integration.php:83
authwp_ajax_automator_slack_get_joinable_channelssrc\integrations\slack\slack-integration.php:85
authwp_ajax_automator_sugar_calendar_fetch_eventssrc\integrations\sugar-calendar\sugar-calendar-integration.php:57
authwp_ajax_automator_sugar_calendar_fetch_events_for_triggerssrc\integrations\sugar-calendar\sugar-calendar-integration.php:58
authwp_ajax_automator_telegram_get_channels_chatssrc\integrations\telegram\telegram-integration.php:85
authwp_ajax_automator_thrive_apprentice_content_type_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:38
authwp_ajax_automator_thrive_apprentice_content_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:40
authwp_ajax_automator_thrive_apprentice_lessons_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:43
authwp_ajax_automator_thrive_apprentice_updated_lessons_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:46
authwp_ajax_automator_thrive_apprentice_modules_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:49
authwp_ajax_automator_thrive_apprentice_updated_modules_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:52
authwp_ajax_automator_thrive_apprentice_assessments_handlersrc\integrations\thrive-apprentice\helpers\thrive-apprentice-helpers.php:54
authwp_ajax_automator_trello_get_board_listssrc\integrations\trello\helpers\trello-helpers.php:43
authwp_ajax_automator_trello_get_board_memberssrc\integrations\trello\helpers\trello-helpers.php:44
authwp_ajax_automator_trello_get_board_labelssrc\integrations\trello\helpers\trello-helpers.php:45
authwp_ajax_automator_trello_api_get_custom_fieldssrc\integrations\trello\helpers\trello-helpers.php:46
authwp_ajax_automator_trello_get_list_cardssrc\integrations\trello\helpers\trello-helpers.php:47
authwp_ajax_automator_trello_get_card_checklistssrc\integrations\trello\helpers\trello-helpers.php:48
authwp_ajax_select_lesson_from_course_LESSONCOMPLETEDsrc\integrations\tutorlms\helpers\tutorlms-helpers.php:46
authwp_ajax_automator_whatsapp_disconnectsrc\integrations\whatsapp\helpers\whatsapp-helpers.php:67
authwp_ajax_whatsapp-regenerate-webhook-keysrc\integrations\whatsapp\helpers\whatsapp-helpers.php:70
authwp_ajax_automator_whatsapp_list_message_templatessrc\integrations\whatsapp\helpers\whatsapp-helpers.php:79
authwp_ajax_automator_yoast_fetch_posts_for_triggerssrc\integrations\wordpress-seo\wordpress-seo-integration.php:47
authwp_ajax_automator_yoast_fetch_posts_by_typesrc\integrations\wordpress-seo\wordpress-seo-integration.php:48
authwp_ajax_automator_check_closure_redirectsrc\integrations\wp\closures\closure-redirect.php:22
noprivwp_ajax_automator_check_closure_redirectsrc\integrations\wp\closures\closure-redirect.php:23
authwp_ajax_select_custom_post_by_typesrc\integrations\wp\helpers\wp-helpers.php:37
authwp_ajax_select_post_type_taxonomiessrc\integrations\wp\helpers\wp-helpers.php:38
authwp_ajax_select_specific_post_type_taxonomiessrc\integrations\wp\helpers\wp-helpers.php:39
authwp_ajax_select_specific_taxonomy_termssrc\integrations\wp\helpers\wp-helpers.php:46
authwp_ajax_select_terms_for_selected_taxonomysrc\integrations\wp\helpers\wp-helpers.php:47
authwp_ajax_select_all_post_from_SELECTEDPOSTTYPEsrc\integrations\wp\helpers\wp-helpers.php:54
authwp_ajax_select_posts_by_post_typesrc\integrations\wp\helpers\wp-helpers.php:55
authwp_ajax_get_all_posts_by_post_typesrc\integrations\wp-discuz\wp-discuz-integration.php:40
authwp_ajax_select_form_fields_WSFORMSsrc\integrations\ws-form-lite\helpers\ws-form-lite-helpers.php:17
authwp_ajax_automator-set-zoho-agentsrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:30
authwp_ajax_automator-disconnect-zoho-clientsrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:33
authwp_ajax_automator-fetch-listssrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:36
authwp_ajax_automator-fetch-topicssrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:39
authwp_ajax_automator-zoho-campaigns-fetch-fieldssrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:41
authwp_ajax_uap_zoom_meetings_api_get_meeting_questionssrc\integrations\zoom\zoom-integration.php:86
authwp_ajax_uap_zoom_meetings_api_get_meetingssrc\integrations\zoom\zoom-integration.php:87
authwp_ajax_uap_zoom_meetings_api_get_meeting_occurrencessrc\integrations\zoom\zoom-integration.php:88
authwp_ajax_uap_zoom_meetings_api_get_account_userssrc\integrations\zoom\zoom-integration.php:89
authwp_ajax_uap_zoom_webinar_api_get_webinar_questionssrc\integrations\zoom-webinar\zoom-webinar-integration.php:83
authwp_ajax_uap_zoom_webinar_api_get_webinarssrc\integrations\zoom-webinar\zoom-webinar-integration.php:84
authwp_ajax_uap_zoom_webinar_api_get_webinar_occurrencessrc\integrations\zoom-webinar\zoom-webinar-integration.php:85
authwp_ajax_uap_zoom_webinar_api_get_account_userssrc\integrations\zoom-webinar\zoom-webinar-integration.php:86

REST API Routes 8

POST/wp-json/uap/v2/mcp/chat/refreshsrc\api\application\mcp\class-mcp-client.php:141
GET/wp-json/uap/v2/mcp/chat/launcher/(?P<recipe_id>\d+)src\api\application\mcp\class-mcp-client.php:159
POST/wp-json/automator/v1/email/testsrc\core\services\rest-routes.php:60
GET/wp-json/automator/v1/user/(?P<id>\d+)src\core\services\rest-routes.php:101
GET/wp-json/automator/v1/log/recipe_id/(?P<recipe_id>\d+)/run_number/(?P<run_number>\d+)/recipe_log_id/(?P<recipe_log_id>\d+)src\core\services\rest-routes.php:123
GET/wp-json/automator/v1/license/summary/src\core\services\rest-routes.php:203
GET/wp-json/automator/v1/addons/get-list/(?P<list_code>\w+)src\core\services\rest-routes.php:228
POST/wp-json/automator/v1/addons/plugin-manager/(?P<action>\w+)/(?P<addon_id>\d+)src\core\services\rest-routes.php:265

Shortcodes 1

[automator_discord_user_mapping] src\integrations\discord\shortcodes\discord-user-mapping-shortcode.php:81
WordPress Hooks 750
actionadmin_footersrc\api\application\mcp\class-mcp-client.php:130
actionadmin_footersrc\api\application\mcp\class-mcp-client.php:131
actionrest_api_initsrc\api\application\mcp\class-mcp-client.php:132
actionautomator_llm_action_errorsrc\api\application\sub_tooling\class-action-executor.php:438
filterautomator_field_type_EMAILFROMsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:42
filterautomator_field_type_EMAILTOsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:43
filterautomator_field_type_EMAILCCsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:44
filterautomator_field_type_EMAILBCCsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:45
filterautomator_field_type_WPCPOSTAUTHORsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:46
filterautomator_field_type_EMAILBODYsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:50
filterautomator_field_type_WPCPOSTCONTENTsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:51
filterautomator_field_value_sanitized_WPCPOSTCONTENTsrc\api\services\field\class-field-sanitizer-legacy-hooks.php:54
actionrest_api_initsrc\api\transports\model-context-protocol\class-mcp-bootstrap.php:65
actionautomator_mcp_token_cleanupsrc\api\transports\model-context-protocol\oauth\class-token-cleanup.php:47
actioninitsrc\api\transports\model-context-protocol\oauth\class-token-cleanup.php:50
actionrest_api_initsrc\api\transports\restful\class-restful-bootstrap.php:37
actionupgrader_process_completesrc\class-automator-load.php:63
actioninitsrc\class-automator-load.php:66
filterautomator_core_filessrc\class-automator-load.php:84
filterautomator_core_filessrc\class-automator-load.php:87
filterautomator_core_filessrc\class-automator-load.php:90
filterautomator_core_filessrc\class-automator-load.php:93
actionadmin_footersrc\class-automator-load.php:96
actionactivated_pluginsrc\class-automator-load.php:98
actionadmin_initsrc\class-automator-load.php:110
actionadmin_initsrc\class-automator-load.php:112
actionadmin_noticessrc\class-automator-load.php:114
actiondeleted_usersrc\class-automator-load.php:148
actionadmin_menusrc\class-automator-load.php:246
actionwpforms_loadedsrc\class-automator-load.php:405
filterautomator_should_enable_debug_modesrc\class-automator-load.php:416
filterautomator_should_load_automatorsrc\class-automator-load.php:417
actionrest_api_initsrc\class-automator-load.php:446
filterwpforms_load_providerssrc\class-automator-load.php:491
actionwpforms_load_uncanny-automator_providersrc\class-automator-load.php:502
actionwp_loadedsrc\core\actionify-triggers\class-trigger-queue.php:359
actionshutdownsrc\core\actionify-triggers\class-trigger-queue.php:362
actionadmin_menusrc\core\admin\addons\class-addons.php:26
actionadmin_menusrc\core\admin\admin-logs\admin-logs.php:46
filterautomator_core_class_logs_list_tablesrc\core\admin\admin-logs\tabs\action.php:16
filterautomator_admin_logs_top_level_tabs_itemssrc\core\admin\admin-logs\tabs\action.php:45
filterautomator_admin_logs_top_level_tabs_itemssrc\core\admin\admin-logs\tabs\api.php:23
filterautomator_core_class_logs_list_tablesrc\core\admin\admin-logs\tabs\recipe.php:16
filterautomator_admin_logs_top_level_tabs_itemssrc\core\admin\admin-logs\tabs\recipe.php:45
filterautomator_core_class_logs_list_tablesrc\core\admin\admin-logs\tabs\trigger.php:16
filterautomator_admin_logs_top_level_tabs_itemssrc\core\admin\admin-logs\tabs\trigger.php:45
filterautomator_action_log_errorsrc\core\admin\admin-logs\wp-list-table\class-logs-list-table.php:59
actionadmin_menusrc\core\admin\admin-settings\admin-settings.php:19
filterautomator_settings_sectionssrc\core\admin\admin-settings\tabs\addons.php:26
filterautomator_settings_advanced_tabssrc\core\admin\admin-settings\tabs\advanced-tabs\automator-cache.php:25
filterautomator_settings_advanced_tabssrc\core\admin\admin-settings\tabs\advanced-tabs\background-actions.php:22
actionadmin_initsrc\core\admin\admin-settings\tabs\advanced-tabs\background-actions.php:24
filterautomator_settings_sectionssrc\core\admin\admin-settings\tabs\advanced.php:56
filterautomator_settings_general_tabssrc\core\admin\admin-settings\tabs\general-tabs\improve-automator.php:36
actionadmin_initsrc\core\admin\admin-settings\tabs\general-tabs\improve-automator.php:80
actionautomator_settings_general_improve_automator_contentsrc\core\admin\admin-settings\tabs\general-tabs\improve-automator.php:95
actionautomator_settings_general_improve_automator_contentsrc\core\admin\admin-settings\tabs\general-tabs\improve-automator.php:162
actionautomator_settings_general_improve_automator_contentsrc\core\admin\admin-settings\tabs\general-tabs\improve-automator.php:179
filterautomator_settings_general_tabssrc\core\admin\admin-settings\tabs\general-tabs\license.php:48
actionautomator_settings_general_license_contentsrc\core\admin\admin-settings\tabs\general-tabs\license.php:93
actionautomator_settings_general_license_contentsrc\core\admin\admin-settings\tabs\general-tabs\license.php:132
filterautomator_settings_general_tabssrc\core\admin\admin-settings\tabs\general-tabs\logs.php:27
filterautomator_settings_sectionssrc\core\admin\admin-settings\tabs\general.php:49
filterautomator_settings_sectionssrc\core\admin\admin-settings\tabs\premium-integrations.php:19
actionadmin_initsrc\core\admin\admin-settings\tabs\uncanny-agent-tabs\general.php:26
filterautomator_settings_uncanny_agent_tabssrc\core\admin\admin-settings\tabs\uncanny-agent-tabs\general.php:91
filterautomator_settings_sectionssrc\core\admin\admin-settings\tabs\uncanny-agent.php:55
actionadmin_menusrc\core\admin\admin-tools\admin-tools.php:32
actionadmin_initsrc\core\admin\admin-tools\tabs\debug\debug.php:32
filterautomator_admin_tools_debug_tabssrc\core\admin\admin-tools\tabs\debug\debug.php:70
filterautomator_admin_tools_debug_tabssrc\core\admin\admin-tools\tabs\debug\debug.php:110
filterautomator_admin_tools_tabssrc\core\admin\admin-tools\tabs\debug.php:132
filterautomator_admin_tools_status_tabssrc\core\admin\admin-tools\tabs\status-tabs\status-table.php:19
filterautomator_admin_tools_tabssrc\core\admin\admin-tools\tabs\status.php:51
filterautomator_admin_tools_tools_tabssrc\core\admin\admin-tools\tabs\tools\tools.php:138
filterautomator_admin_tools_tabssrc\core\admin\admin-tools\tabs\tools.php:53
filterautomator_action_log_errorsrc\core\admin\api-log\class-api-log-table.php:44
actionadmin_menusrc\core\admin\api-log\class-api-log.php:19
filterautomator_logs_header_tabssrc\core\admin\api-log\class-api-log.php:20
actionautomator_log_bodysrc\core\admin\api-log\class-api-log.php:23
filterautomator_enqueue_global_assetssrc\core\admin\api-log\class-api-log.php:24
filterautomator_log_pagessrc\core\admin\api-log\class-api-log.php:25
actionadmin_headsrc\core\admin\class-activity-log.php:39
actionadmin_initsrc\core\admin\class-activity-log.php:40
actionin_admin_headersrc\core\admin\class-activity-log.php:42
actionadmin_initsrc\core\admin\class-activity-log.php:45
actionadmin_initsrc\core\admin\class-activity-log.php:46
actionautomator_tools_header_aftersrc\core\admin\class-activity-log.php:47
filterpost_row_actionssrc\core\admin\class-activity-log.php:48
actionadmin_enqueue_scriptssrc\core\admin\class-admin-menu.php:76
filteradmin_titlesrc\core\admin\class-admin-menu.php:82
actionadmin_initsrc\core\admin\class-admin-menu.php:93
actionadmin_initsrc\core\admin\class-admin-menu.php:104
actionadmin_initsrc\core\admin\class-admin-menu.php:107
actionadmin_menusrc\core\admin\class-admin-menu.php:109
actionadmin_menusrc\core\admin\class-admin-menu.php:117
actionadmin_menusrc\core\admin\class-admin-menu.php:125
actionadmin_initsrc\core\admin\class-admin-menu.php:133
filteradmin_body_classsrc\core\admin\class-admin-menu.php:142
filterautomator_assets_backend_js_datasrc\core\admin\class-admin-menu.php:1464
filterautomator_assets_backend_js_datasrc\core\admin\class-admin-menu.php:1502
actionadmin_menusrc\core\admin\class-admin-template-library.php:40
actionautomator_template_library_admin_loadsrc\core\admin\class-admin-template-library.php:41
actionrest_api_initsrc\core\admin\class-admin-template-library.php:42
filterautomator_enqueue_global_assetssrc\core\admin\class-admin-template-library.php:99
filterautomator_conflictive_assetssrc\core\admin\class-admin-template-library.php:108
filterautomator_assets_backend_js_datasrc\core\admin\class-admin-template-library.php:125
actionautomator_show_internal_admin_noticesrc\core\admin\class-automator-review.php:69
actionadmin_headsrc\core\admin\class-automator-review.php:71
actionadmin_initsrc\core\admin\class-automator-review.php:73
actioninitsrc\core\admin\class-automator-review.php:75
actionrest_api_initsrc\core\admin\class-automator-review.php:77
actionadmin_noticessrc\core\admin\class-automator-review.php:404
actionadmin_noticessrc\core\admin\class-automator-review.php:454
actionadmin_noticessrc\core\admin\class-automator-review.php:456
actionadmin_initsrc\core\admin\class-copy-recipe-parts.php:57
filterpost_row_actionssrc\core\admin\class-copy-recipe-parts.php:58
filterautomator_recipe_copy_modify_tokenssrc\core\admin\class-copy-recipe-parts.php:59
actionadmin_initsrc\core\admin\class-export-recipe.php:26
filterpost_row_actionssrc\core\admin\class-export-recipe.php:27
filterbulk_actions-edit-uo-recipesrc\core\admin\class-export-recipe.php:28
filterhandle_bulk_actions-edit-uo-recipesrc\core\admin\class-export-recipe.php:29
actionadmin_initsrc\core\admin\class-import-recipe.php:77
actionin_admin_headersrc\core\admin\class-import-recipe.php:78
actionautomator_show_internal_admin_noticesrc\core\admin\class-import-recipe.php:81
actionautomator_show_internal_admin_noticesrc\core\admin\class-import-recipe.php:82
actionautomator_show_internal_admin_noticesrc\core\admin\class-import-recipe.php:83
actionautomator_recipe_item_deletedsrc\core\admin\class-import-recipe.php:86
actionautomator_recipe_option_updatedsrc\core\admin\class-import-recipe.php:87
actionautomator_recipe_status_updatedsrc\core\admin\class-import-recipe.php:88
actionautomator_recipe_title_updatedsrc\core\admin\class-import-recipe.php:89
filterautomator_recipe_part_meta_valuesrc\core\admin\class-import-recipe.php:270
actionautomator_daily_healthchecksrc\core\admin\class-prune-logs.php:56
actionautomator_settings_general_logs_contentsrc\core\admin\class-prune-logs.php:67
actionautomator_settings_general_logs_contentsrc\core\admin\class-prune-logs.php:70
actionautomator_settings_general_logs_contentsrc\core\admin\class-prune-logs.php:73
actionautomator_settings_general_logs_contentsrc\core\admin\class-prune-logs.php:83
actionautomator_settings_general_logs_contentsrc\core\admin\class-prune-logs.php:93
actionadmin_initsrc\core\admin\class-prune-logs.php:98
actionadmin_initsrc\core\admin\class-prune-logs.php:100
actionadmin_initsrc\core\admin\class-prune-logs.php:102
actionautomator_show_internal_admin_noticesrc\core\admin\class-prune-logs.php:105
actionadmin_initsrc\core\admin\class-prune-logs.php:275
actionwpforms_admin_pagesrc\core\admin\class-wpforms-provider.php:47
actionadmin_enqueue_scriptssrc\core\admin\class-wpforms-provider.php:51
actionadmin_print_scriptssrc\core\admin\deactivation-survey\class-automator-deactivation-survey.php:66
actionadmin_print_scriptssrc\core\admin\deactivation-survey\class-automator-deactivation-survey.php:67
actionadmin_footersrc\core\admin\deactivation-survey\class-automator-deactivation-survey.php:68
actionautomator_admin_notifications_updatesrc\core\admin\notifications\notifications.php:70
actionautomator_dashboard_header_aftersrc\core\admin\notifications\notifications.php:72
actionautomator_tools_header_aftersrc\core\admin\notifications\notifications.php:74
actioncurrent_screensrc\core\admin\notifications\notifications.php:77
actionautomator_show_internal_admin_noticesrc\core\admin\notifications\notifications.php:82
actionadmin_menusrc\core\admin\pro-upgrade\class-pro-upsell.php:13
actionadmin_headsrc\core\admin\pro-upgrade\class-pro-upsell.php:14
actionadmin_headsrc\core\admin\pro-upgrade\class-pro-upsell.php:15
filteradmin_body_classsrc\core\admin\pro-upgrade\class-pro-upsell.php:17
actionadmin_menusrc\core\admin\setup-wizard\setup-wizard.php:35
actionadmin_enqueue_scriptssrc\core\admin\setup-wizard\setup-wizard.php:37
actionadmin_initsrc\core\admin\setup-wizard\setup-wizard.php:40
actionadmin_initsrc\core\admin\setup-wizard\setup-wizard.php:44
actionrest_api_initsrc\core\admin\tooltip-notification\class-tooltip-notification.php:21
actionadmin_enqueue_scriptssrc\core\admin\tooltip-notification\class-tooltip-notification.php:24
actionadmin_footersrc\core\admin\tooltip-notification\trait-tooltip-notification.php:52
actionautomator_add_recipe_typesrc\core\anon\class-add-anon-recipe-type.php:16
filteruap_meta_box_titlesrc\core\anon\class-automator-handle-anon.php:16
filterautomator_recipe_typessrc\core\anon\class-automator-handle-anon.php:17
filteruap_error_messagessrc\core\anon\class-automator-handle-anon.php:18
actioninitsrc\core\automator-post-types\uo-action\class-actions-post-type.php:20
actioninitsrc\core\automator-post-types\uo-closure\class-closures-post-type.php:20
actionadd_meta_boxessrc\core\automator-post-types\uo-recipe\class-recipe-post-metabox.php:30
filterget_user_option_meta-box-order_uo-recipesrc\core\automator-post-types\uo-recipe\class-recipe-post-metabox.php:33
actionedit_form_after_titlesrc\core\automator-post-types\uo-recipe\class-recipe-post-metabox.php:154
actionrest_api_initsrc\core\automator-post-types\uo-recipe\class-recipe-post-rest-api.php:29
actioninitsrc\core\automator-post-types\uo-recipe\class-recipe-post-type.php:16
filterdefault_titlesrc\core\automator-post-types\uo-recipe\class-recipe-post-type.php:19
actionadmin_headsrc\core\automator-post-types\uo-recipe\class-recipe-post-type.php:21
actionautomator_show_internal_admin_noticesrc\core\automator-post-types\uo-recipe\class-recipe-post-type.php:32
filtermanage_uo-recipe_posts_columnssrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:17
actionmanage_uo-recipe_posts_custom_columnsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:26
actionadmin_enqueue_scriptssrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:37
action_DEPRECATED_delete_postsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:47
actionwp_trash_postsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:58
actionwp_insert_postsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:70
actionwp_insert_postsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:82
filterreplace_editorsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:93
actionadmin_menusrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:104
filterautomator_asset_script_localize_vars_uap-adminsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:107
filterautomator_asset_script_dependencies_uap-adminsrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:121
filterautomator_get_user_walkthroughssrc\core\automator-post-types\uo-recipe\class-recipe-post-utilities.php:457
filterinitsrc\core\automator-post-types\uo-taxonomies\class-automator-taxonomies.php:18
actionrestrict_manage_postssrc\core\automator-post-types\uo-taxonomies\class-automator-taxonomies.php:21
filtermanage_uo-recipe_posts_columnssrc\core\automator-post-types\uo-taxonomies\class-automator-taxonomies.php:24
actionmanage_uo-recipe_posts_custom_columnsrc\core\automator-post-types\uo-taxonomies\class-automator-taxonomies.php:27
actioninitsrc\core\automator-post-types\uo-trigger\class-triggers-post-type.php:19
filterblock_categories_allsrc\core\blocks\class-blocks.php:28
filterblock_categoriessrc\core\blocks\class-blocks.php:30
actionautomator_daily_healthchecksrc\core\class-automator-db.php:25
actionuap_options_migrationsrc\core\class-automator-db.php:26
actionactivated_pluginsrc\core\class-utilities.php:96
actiondeactivated_pluginsrc\core\class-utilities.php:105
actionplugins_loadedsrc\core\classes\class-actionify-triggers.php:49
actionautomator_add_recipe_typesrc\core\classes\class-add-user-recipe-type.php:15
filterhttp_request_argssrc\core\classes\class-api-server.php:65
filterhttp_request_timeoutsrc\core\classes\class-api-server.php:66
filterautomator_trigger_should_completesrc\core\classes\class-api-server.php:67
actionrest_api_initsrc\core\classes\class-background-actions.php:48
filterautomator_before_action_executedsrc\core\classes\class-background-actions.php:51
actionadmin_initsrc\core\classes\class-background-actions.php:53
actionautomator_settings_advanced_tab_viewsrc\core\classes\class-background-actions.php:54
actionautomator_activation_beforesrc\core\classes\class-background-actions.php:56
actionautomator_daily_healthchecksrc\core\classes\class-background-actions.php:58
filterperfmatters_rest_api_exceptionssrc\core\classes\class-background-actions.php:60
filterautomator_maybe_parse_tokensrc\core\classes\class-calculation-token.php:67
actionrest_api_initsrc\core\classes\class-incoming-webhook.php:27
actioninitsrc\core\classes\class-initialize-automator.php:33
actioninitsrc\core\classes\class-initialize-automator.php:87
actionafter_automator_pro_deactivatedsrc\core\classes\class-usage-reports.php:73
actionautomator_recipe_completedsrc\core\classes\class-usage-reports.php:77
actionautomator_weekly_healthchecksrc\core\classes\class-usage-reports.php:82
actionautomator_view_pathsrc\core\classes\class-usage-reports.php:84
actionrest_api_initsrc\core\classes\class-usage-reports.php:86
actionautomator_settings_premium_integration_before_outputsrc\core\classes\class-usage-reports.php:88
filterautomator_pro_before_async_action_executedsrc\core\deprecated\legacy-token-parser.php:41
actionshutdownsrc\core\migrations\abstract-migration.php:29
filterautomator_recipe_part_meta_valuesrc\core\migrations\class-migrate-nested-tokens-pro.php:19
filterautomator_recipe_part_meta_valuesrc\core\migrations\class-migrate-nested-tokens.php:19
filterpre_option_date_formatsrc\core\migrations\class-migrate-schedules.php:60
actionadmin_initsrc\core\migrations\class-migrate-triggers.php:123
actionwpsrc\core\migrations\class-migrate-triggers.php:141
actionactivated_pluginsrc\core\migrations\class-migrate-triggers.php:157
filterauto_update_translationsrc\core\services\admin-post\routes\pro-auto-install.php:90
actionrest_api_initsrc\core\services\app-integrations\action-manager.php:46
actionload-uo-recipe_page_uncanny-automator-configsrc\core\services\app-integrations\action-manager.php:52
actionautomator_pro_async_action_execution_after_invokedsrc\core\services\logger\async-logger.php:19
actionautomator_pro_async_action_execution_after_invokedsrc\core\services\logger\async-logger.php:36
actionautomator_pro_action_condition_failedsrc\core\services\logger\async-logger.php:46
actionautomator_pro_actions_conditions_resultsrc\core\services\logger\async-logger.php:66
actionautomator_pro_action_condition_failedsrc\core\services\logger\async-logger.php:97
actionautomator_recipe_process_complete_complete_actions_before_closuressrc\core\services\logger-auto-remove.php:51
actionautomator_pro_async_action_execution_after_invokedsrc\core\services\logger-auto-remove.php:64
actionautomator_pro_loop_batch_completedsrc\core\services\logger-auto-remove.php:69
actionautomator_recipe_process_user_trigger_num_times_insufficientsrc\core\services\logger.php:558
actionautomator_recipe_process_user_trigger_num_times_insufficientsrc\core\services\logger.php:559
actionautomator_recipe_process_user_trigger_num_times_insufficientsrc\core\services\logger.php:560
actionautomator_recipe_process_user_trigger_num_times_insufficientsrc\core\services\logger.php:561
actionautomator_recipe_process_user_trigger_num_times_insufficientsrc\core\services\logger.php:562
actionautomator_trigger_completedsrc\core\services\logger.php:567
actionautomator_trigger_completedsrc\core\services\logger.php:568
actionautomator_trigger_completedsrc\core\services\logger.php:569
actionautomator_trigger_completedsrc\core\services\logger.php:570
actionautomator_trigger_completedsrc\core\services\logger.php:571
actionautomator_recipe_process_complete_complete_actions_before_closuressrc\core\services\logger.php:575
actionautomator_recipe_process_complete_complete_actions_before_closuressrc\core\services\logger.php:576
actionautomator_action_createdsrc\core\services\logger.php:580
actionautomator_action_createdsrc\core\services\logger.php:581
actionautomator_action_been_process_furthersrc\core\services\logger.php:584
actionautomator_action_createdsrc\core\services\loopable\action-loopable-token\store.php:22
filterautomator_recipe_main_object_loop_tokens_itemssrc\core\services\loopable\action-loopable-token.php:71
filterautomator_action_token_input_parser_text_field_textsrc\core\services\loopable\action-loopable-token.php:73
filterautomator_recipe_main_object_loop_tokens_itemssrc\core\services\loopable\trigger-loopable-token.php:63
actionautomator_loopable_token_hydratesrc\core\services\loopable\trigger-loopable-token.php:64
actionautomator_pro_before_loop_is_queuedsrc\core\services\loopable\trigger-loopable-token.php:155
filterautomator_integration_itemssrc\core\services\loopable\universal-loopable-token.php:60
filterautomator_recipe_main_object_loop_tokens_itemssrc\core\services\loopable\universal-loopable-token.php:72
actionautomator_pro_before_loop_is_queuedsrc\core\services\loopable\universal-loopable-token.php:73
filterupgrader_package_optionssrc\core\services\plugin\class-manager.php:139
actionautomator_action_createdsrc\core\services\properties.php:66
actionautomator_trigger_completedsrc\core\services\properties.php:75
filterautomator_action_token_input_parser_text_field_textsrc\core\services\recipe\action\token\registry.php:42
filterautomator_recipe_main_object_action_itemssrc\core\services\recipe\structure\pluggable\conditions-pluggable.php:25
filterautomator_recipe_main_object_loop_action_itemssrc\core\services\recipe\structure\pluggable\conditions-pluggable.php:28
filterautomator_field_resolver_condition_result_user_idsrc\core\services\rest\endpoint\log-endpoint.php:150
filterautomator_setup_trigger_logs_sortablessrc\core\views\recipe-logs-details.php:55
filterautomator_setup_action_logs_sortablessrc\core\views\recipe-logs-details.php:74
actionautomator_active_campaign_webhook_receivedsrc\integrations\active-campaign\triggers\ac-contact-tag-added.php:36
actionautomator_active_campaign_webhook_receivedsrc\integrations\active-campaign\triggers\ac-contact-tag-removed.php:36
actionautomator_before_trigger_completedsrc\integrations\advanced-ads\tokens\advanced-ads-tokens.php:15
filterautomator_maybe_trigger_advads_tokenssrc\integrations\advanced-ads\tokens\advanced-ads-tokens.php:16
filterautomator_maybe_parse_tokensrc\integrations\advanced-ads\tokens\advanced-ads-tokens.php:17
filterautomator_maybe_trigger_acfwc_acfwcspendscredit_tokenssrc\integrations\advanced-coupons\tokens\advanced-coupons-tokens.php:26
filterautomator_maybe_trigger_acfwc_acfwcreceivescredit_tokenssrc\integrations\advanced-coupons\tokens\advanced-coupons-tokens.php:33
filterautomator_maybe_parse_tokensrc\integrations\advanced-coupons\tokens\advanced-coupons-tokens.php:40
filterautomator_maybe_parse_tokensrc\integrations\affiliate-wp\tokens\affwp-tokens.php:17
filterautomator_maybe_trigger_affwp_tokenssrc\integrations\affiliate-wp\tokens\affwp-tokens.php:18
filterautomator_maybe_trigger_affwp_specificetyperef_tokenssrc\integrations\affiliate-wp\tokens\affwp-tokens.php:27
actionadmin_initsrc\integrations\affiliate-wp\triggers\affwp-specifictypereferral.php:27
actionaioseo_insert_postsrc\integrations\aioseo\triggers\aioseo-seo-data-updated.php:29
actionaioseo_insert_postsrc\integrations\aioseo\triggers\aioseo-seo-score-reached.php:29
actionAmeliaBookingAddedBeforeNotifysrc\integrations\ameliabooking\helpers\ameliabooking-helpers.php:46
actionamelia_after_appointment_addedsrc\integrations\ameliabooking\helpers\ameliabooking-helpers.php:47
actionautomator_before_trigger_completedsrc\integrations\ameliabooking\tokens\ameliabooking-tokens.php:34
actionautomator_before_trigger_completedsrc\integrations\ameliabooking\tokens\ameliabooking-tokens.php:37
filterautomator_maybe_parse_tokensrc\integrations\ameliabooking\tokens\ameliabooking-tokens.php:63
filterautomator_maybe_parse_tokensrc\integrations\ameliabooking\tokens\ameliabooking-tokens.php:66
actionautomator_amelia_appointment_bookedsrc\integrations\ameliabooking\triggers\amelia-appointment-booked.php:53
actionAmeliaBookingAddedBeforeNotifysrc\integrations\ameliabooking\triggers\amelia-register-event.php:61
actionautomator_amelia_appointment_bookedsrc\integrations\ameliabooking\triggers\amelia-user-appointment-booked.php:52
actionAmeliaBookingAddedBeforeNotifysrc\integrations\ameliabooking\triggers\amelia-user-register-event.php:59
actionautomator_before_trigger_completedsrc\integrations\armember\tokens\armember-tokens.php:37
filterautomator_maybe_trigger_armember_tokenssrc\integrations\armember\tokens\armember-tokens.php:38
filterautomator_maybe_parse_tokensrc\integrations\armember\tokens\armember-tokens.php:39
filterautomator_action_ASANA_TASK_DETAILS_CODE_tokens_renderablesrc\integrations\asana\asana-integration.php:93
actionbwfan_contact_added_to_listssrc\integrations\autonami\add-autonami-integration.php:30
actionbwfan_tags_added_to_contactsrc\integrations\autonami\add-autonami-integration.php:34
filterautomator_before_trigger_completedsrc\integrations\autonami\tokens\autonami-tokens.php:16
filterautomator_maybe_trigger_autonami_list_tokenssrc\integrations\autonami\tokens\autonami-tokens.php:17
filterautomator_maybe_trigger_autonami_tag_tokenssrc\integrations\autonami\tokens\autonami-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\autonami\tokens\autonami-tokens.php:21
actionautomator_bwfan_contact_added_to_listsrc\integrations\autonami\triggers\autonami-contact-added-to-list.php:49
actionautomator_bwfan_tag_added_to_contactsrc\integrations\autonami\triggers\autonami-contact-tag-added.php:48
actionautomator_bwfan_contact_added_to_listsrc\integrations\autonami\triggers\autonami-user-added-to-list.php:48
actionautomator_bwfan_tag_added_to_contactsrc\integrations\autonami\triggers\autonami-user-tag-added.php:47
actioninitsrc\integrations\aweber\settings\settings-aweber.php:53
filterautomator_maybe_parse_tokensrc\integrations\badgeos\tokens\badgeos-tokens.php:17
filterautomator_maybe_parse_tokensrc\integrations\bbpress\tokens\bbpress-anon-tokens.php:16
filterautomator_maybe_trigger_bb_anonbbnewtopic_tokenssrc\integrations\bbpress\tokens\bbpress-anon-tokens.php:25
filterautomator_maybe_parse_tokensrc\integrations\bbpress\tokens\bbpress-tokens.php:16
filterautomator_maybe_trigger_bb_bbforums_tokenssrc\integrations\bbpress\tokens\bbpress-tokens.php:17
actionautomator_app_settings_bitly_before_disconnected_panelsrc\integrations\bitly\settings\bitly-settings.php:80
actionautomator_app_settings_brevo_before_disconnected_panelsrc\integrations\brevo\settings\settings-brevo.php:47
actionbricks/form/custom_actionsrc\integrations\bricks-builder\triggers\bricks-builder-anon-form-submit.php:99
actionbricks/form/custom_actionsrc\integrations\bricks-builder\triggers\bricks-builder-user-submits-form.php:98
actionxprofile_field_after_savesrc\integrations\buddyboss\tokens\bdb-register-universal-tokens.php:62
actionxprofile_field_after_deletesrc\integrations\buddyboss\tokens\bdb-register-universal-tokens.php:64
filterautomator_maybe_trigger_bdb_tokenssrc\integrations\buddyboss\tokens\bdb-tokens.php:21
filterautomator_maybe_trigger_bdb_bdbforumstopic_tokenssrc\integrations\buddyboss\tokens\bdb-tokens.php:23
filterautomator_maybe_trigger_bdb_bdbtopic_tokenssrc\integrations\buddyboss\tokens\bdb-tokens.php:25
filterautomator_maybe_parse_tokensrc\integrations\buddyboss\tokens\bdb-tokens.php:27
actionxprofile_field_after_savesrc\integrations\buddypress\tokens\bp-register-universal-tokens.php:67
actionxprofile_field_after_deletesrc\integrations\buddypress\tokens\bp-register-universal-tokens.php:69
filterautomator_maybe_trigger_bp_tokenssrc\integrations\buddypress\tokens\bp-tokens.php:21
filterautomator_maybe_parse_tokensrc\integrations\buddypress\tokens\bp-tokens.php:22
filterautomator_maybe_trigger_cf_cfforms_tokenssrc\integrations\caldera-forms\tokens\cf-tokens.php:15
filterautomator_maybe_parse_tokensrc\integrations\caldera-forms\tokens\cf-tokens.php:16
filterautomator_maybe_trigger_cf_anoncfforms_tokenssrc\integrations\caldera-forms\tokens\cf-tokens.php:17
filterautomator_maybe_trigger_cf_tokenssrc\integrations\caldera-forms\tokens\cf-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\caldera-forms\tokens\cf-tokens.php:20
filterwpcf_verify_noncesrc\integrations\caldera-forms\triggers\anon-cf-subform.php:34
filterwpcf_verify_noncesrc\integrations\caldera-forms\triggers\cf-subform.php:27
filterautomator_field_values_before_savesrc\integrations\campaign-monitor\campaign-monitor-integration.php:91
actioncharitable_after_donationsrc\integrations\charitable\class-charitable-integration.php:44
actioncharitable_donation_savesrc\integrations\charitable\class-charitable-integration.php:45
actionautomator_charitable_donation_madesrc\integrations\charitable\triggers\anon-charitable-made-donation.php:33
actionautomator_charitable_donation_madesrc\integrations\charitable\triggers\charitable-user-made-donation.php:32
filterautomator_maybe_trigger_cf7_cf7forms_tokenssrc\integrations\contact-form7\tokens\cf7-tokens.php:17
filterautomator_maybe_trigger_cf7_cf7fields_tokenssrc\integrations\contact-form7\tokens\cf7-tokens.php:18
filterautomator_maybe_trigger_cf7_anoncf7forms_tokenssrc\integrations\contact-form7\tokens\cf7-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\contact-form7\tokens\cf7-tokens.php:21
actionautomator_save_cf7_formsrc\integrations\contact-form7\tokens\cf7-tokens.php:24
actionautomator_save_anon_cf7_formsrc\integrations\contact-form7\tokens\cf7-tokens.php:25
filterwpcf7_verify_noncesrc\integrations\contact-form7\triggers\cf7-subform.php:32
actionshutdownsrc\integrations\discord\migrations\discord-member-encryption-migration.php:34
actiontemplate_redirectsrc\integrations\discord\shortcodes\discord-user-mapping-shortcode.php:82
filterallowed_redirect_hostssrc\integrations\discord\shortcodes\discord-user-mapping-shortcode.php:207
filterautomator_maybe_trigger_divi_diviform_tokenssrc\integrations\divi\tokens\divi-tokens.php:15
filterautomator_maybe_parse_tokensrc\integrations\divi\tokens\divi-tokens.php:16
actioninitsrc\integrations\drip\helpers\drip-helpers.php:17
actionautomator_before_trigger_completedsrc\integrations\easy-affiliate\tokens\esaf-tokens.php:22
filterautomator_maybe_trigger_esaf_tokenssrc\integrations\easy-affiliate\tokens\esaf-tokens.php:23
filterautomator_maybe_trigger_esaf_sale_recorded_code_tokenssrc\integrations\easy-affiliate\tokens\esaf-tokens.php:24
filterautomator_maybe_trigger_esaf_sale_recorded_meta_tokenssrc\integrations\easy-affiliate\tokens\esaf-tokens.php:33
filterautomator_maybe_parse_tokensrc\integrations\easy-affiliate\tokens\esaf-tokens.php:42
actionesaf_event_affiliate-addedsrc\integrations\easy-affiliate\triggers\esaf-affiliate-added.php:53
actionesaf_event_transaction-recordedsrc\integrations\easy-affiliate\triggers\esaf-sale-recorded.php:64
actioneasy_wp_smtp_mailcatcher_send_blockedsrc\integrations\easy-wp-smtp\triggers\ewpsmtp-email-blocked.php:27
actioneasy_wp_smtp_mailcatcher_send_failedsrc\integrations\easy-wp-smtp\triggers\ewpsmtp-email-failed.php:27
actioneasy_wp_smtp_mailcatcher_send_aftersrc\integrations\easy-wp-smtp\triggers\ewpsmtp-email-sent.php:27
filterautomator_maybe_parse_tokensrc\integrations\edd\tokens\edd-tokens.php:26
filterautomator_maybe_trigger_edd_eddorderrefund_tokenssrc\integrations\edd\tokens\edd-tokens.php:29
filterautomator_maybe_trigger_edd_tokenssrc\integrations\edd\tokens\edd-tokens.php:30
actionautomator_before_trigger_completedsrc\integrations\edd\tokens\edd-tokens.php:32
filterautomator_maybe_parse_tokensrc\integrations\edd\tokens\edd-tokens.php:33
actionedd_complete_purchasesrc\integrations\edd\triggers\edd-anon-product-purchase.php:45
actionedd_complete_purchasesrc\integrations\edd\triggers\edd-orderdone.php:36
actionedds_payment_refundedsrc\integrations\edd\triggers\edd-orderrefunded.php:36
actionedd_complete_purchasesrc\integrations\edd\triggers\edd-productpurchase.php:36
actionedd_complete_purchasesrc\integrations\edd\triggers\edd-productpurchasewithprice.php:54
actionedd_recurring_post_record_signupsrc\integrations\edd-recurring\triggers\edd-user-subscribes-to-download.php:40
actionedd_sl_store_licensesrc\integrations\edd-sl\triggers\edd-sl-license-created-for-download.php:25
actionedd_sl_post_set_statussrc\integrations\edd-sl\triggers\edd-sl-license-expired-for-download.php:26
actionedd_sl_store_licensesrc\integrations\edd-sl\triggers\edd-sl-users-license-created-for-download.php:28
actionedd_sl_post_set_statussrc\integrations\edd-sl\triggers\edd-sl-users-license-expired-for-download.php:29
filterautomator_maybe_trigger_elem_elemform_tokenssrc\integrations\elementor\tokens\elem-tokens.php:17
filterautomator_maybe_parse_tokensrc\integrations\elementor\tokens\elem-tokens.php:18
actionautomator_save_elementor_form_entrysrc\integrations\elementor\tokens\elem-tokens.php:21
filterautomator_maybe_trigger_elem_elem_post_published_tokenssrc\integrations\elementor\tokens\elem-tokens.php:23
actionadmin_initsrc\integrations\elementor\triggers\elem-post-published.php:43
actionelem_wp_after_insert_postsrc\integrations\elementor\triggers\elem-post-published.php:61
actionevent_tickets_rsvp_tickets_generated_for_productsrc\integrations\event-tickets\helpers\event-tickets-helpers.php:69
actionevent_tickets_woocommerce_tickets_generated_for_productsrc\integrations\event-tickets\helpers\event-tickets-helpers.php:72
actionevent_tickets_tpp_tickets_generated_for_productsrc\integrations\event-tickets\helpers\event-tickets-helpers.php:75
actiontec_tickets_commerce_attendee_after_createsrc\integrations\event-tickets\helpers\event-tickets-helpers.php:78
actionplugins_loadedsrc\integrations\event-tickets\tokens\ec-tokens.php:17
filterautomator_maybe_trigger_ec_ecevents_tokenssrc\integrations\event-tickets\tokens\ec-tokens.php:20
filterautomator_maybe_parse_tokensrc\integrations\event-tickets\tokens\ec-tokens.php:24
filterautomator_maybe_trigger_eventsmanager_emevents_tokenssrc\integrations\events-manager\tokens\em-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\events-manager\tokens\em-tokens.php:28
actionem_event_savesrc\integrations\events-manager\triggers\em-event-published.php:57
actioneverest_forms_process_completesrc\integrations\everest-froms\triggers\anon-form-submitted.php:26
actioneverest_forms_process_completesrc\integrations\everest-froms\triggers\user-submits-form.php:25
actioncurrent_screensrc\integrations\facebook\helpers\facebook-helpers.php:87
filterautomator_facebook_api_callsrc\integrations\facebook\helpers\facebook-helpers.php:97
actioncurrent_screensrc\integrations\facebook-groups\helpers\facebook-groups-helpers.php:84
actionautomator_show_internal_admin_noticesrc\integrations\facebook-groups\helpers\facebook-groups-helpers.php:135
actionautomator_recipe_before_updatesrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:64
actionrest_api_initsrc\integrations\facebook-lead-ads\class-facebook-lead-ads.php:67
actionautomator_facebook_lead_ads_rest_api_handle_request_aftersrc\integrations\facebook-lead-ads\triggers\lead-created.php:48
actionfluent_booking/booking_schedule_cancelledsrc\integrations\fluent-booking\triggers\fluent-booking-group-meeting-cancelled.php:28
actionfluent_booking/after_booking_scheduledsrc\integrations\fluent-booking\triggers\fluent-booking-group-meeting-scheduled.php:28
actionfluent_booking/booking_schedule_cancelledsrc\integrations\fluent-booking\triggers\fluent-booking-one-to-one-meeting-cancelled.php:28
actionfluent_booking/after_booking_scheduledsrc\integrations\fluent-booking\triggers\fluent-booking-one-to-one-meeting-scheduled.php:28
actionfluent_community/course/completedsrc\integrations\fluent-community\triggers\fluentcommunity-user-course-completed.php:27
actionfluent_community/course/enrolledsrc\integrations\fluent-community\triggers\fluentcommunity-user-course-enrolled.php:38
actionfluent_community/course/lesson_completedsrc\integrations\fluent-community\triggers\fluentcommunity-user-lesson-completed.php:27
actionfluent_community/space/joinedsrc\integrations\fluent-community\triggers\fluentcommunity-user-space-joined.php:27
actionfluent_community/space_feed/createdsrc\integrations\fluent-community\triggers\fluentcommunity-user-space-posted.php:27
filterautomator_maybe_trigger_fcrm_fcrmlist_tokenssrc\integrations\fluent-crm\tokens\fcrm-tokens.php:28
filterautomator_maybe_trigger_fcrm_fcrmtag_tokenssrc\integrations\fluent-crm\tokens\fcrm-tokens.php:29
filterautomator_maybe_parse_tokensrc\integrations\fluent-crm\tokens\fcrm-tokens.php:30
filterautomator_maybe_parse_tokensrc\integrations\fluent-crm\tokens\fcrm-tokens.php:32
filterautomator_maybe_trigger_flsupport_tokenssrc\integrations\fluent-support\tokens\flsupport-tokens.php:18
filterautomator_maybe_parse_tokensrc\integrations\fluent-support\tokens\flsupport-tokens.php:19
actionfluent_support/ticket_createdsrc\integrations\fluent-support\triggers\flsupport-anon-ticket-opened.php:23
filterautomator_maybe_trigger_fi_fiform_tokenssrc\integrations\formidable\tokens\fi-tokens.php:17
filterautomator_maybe_trigger_fi_anonfiform_tokenssrc\integrations\formidable\tokens\fi-tokens.php:18
filterautomator_maybe_parse_tokensrc\integrations\formidable\tokens\fi-tokens.php:19
filterautomator_maybe_trigger_fi_tokenssrc\integrations\formidable\tokens\fi-tokens.php:21
filterautomator_maybe_parse_tokensrc\integrations\formidable\tokens\fi-tokens.php:22
filterautomator_maybe_trigger_fr_frform_tokenssrc\integrations\forminator\tokens\fr-tokens.php:18
filterautomator_maybe_parse_tokensrc\integrations\forminator\tokens\fr-tokens.php:19
actionautomator_save_forminator_form_entrysrc\integrations\forminator\tokens\fr-tokens.php:22
filterautomator_maybe_parse_tokensrc\integrations\gamipress\tokens\gamipress-tokens.php:19
filterautomator_maybe_trigger_gp_gpspecificpoints_tokenssrc\integrations\gamipress\tokens\gamipress-tokens.php:20
actiongamipress_deduct_points_to_usersrc\integrations\gamipress\triggers\gp-deduct-user-points.php:21
filterautomator_maybe_trigger_givewp_givewpmakedonation_tokenssrc\integrations\give\tokens\give-tokens.php:24
filterautomator_maybe_parse_tokensrc\integrations\give\tokens\give-tokens.php:34
actionadmin_enqueue_scriptssrc\integrations\google-sheet\settings\settings-google-sheet.php:60
filterscript_loader_tagsrc\integrations\google-sheet\settings\settings-google-sheet.php:93
actionupdate_option_uap_automator_gtt_api_consumer_secretsrc\integrations\gototraining\helpers\gototraining-helpers.php:59
actionadd_option_uap_automator_gtt_api_consumer_secretsrc\integrations\gototraining\helpers\gototraining-helpers.php:60
actioninitsrc\integrations\gototraining\helpers\gototraining-helpers.php:61
actioninitsrc\integrations\gototraining\helpers\gototraining-helpers.php:62
actionupdate_option_uap_automator_gtw_api_consumer_secretsrc\integrations\gotowebinar\helpers\gotowebinar-helpers.php:57
actionadd_option_uap_automator_gtw_api_consumer_secretsrc\integrations\gotowebinar\helpers\gotowebinar-helpers.php:58
actioninitsrc\integrations\gotowebinar\helpers\gotowebinar-helpers.php:59
actioninitsrc\integrations\gotowebinar\helpers\gotowebinar-helpers.php:60
actionadmin_initsrc\integrations\gravity-forms\class-gf-integration.php:21
actionautomator_show_internal_admin_noticesrc\integrations\gravity-forms\class-gf-integration.php:64
actiongform_after_submissionsrc\integrations\gravity-forms\triggers\anon-gf-subform.php:42
actiongform_after_submissionsrc\integrations\gravity-forms\triggers\gf-subform-codes.php:58
actiongform_after_submissionsrc\integrations\gravity-forms\triggers\gf-subform-groups.php:62
actiongform_after_submissionsrc\integrations\gravity-forms\triggers\gf-subform.php:42
filterautomator_maybe_trigger_hf_hfform_tokenssrc\integrations\happyforms\tokens\hf-tokens.php:13
filterautomator_maybe_parse_tokensrc\integrations\happyforms\tokens\hf-tokens.php:14
filterautomator_maybe_trigger_hf_anonhfform_tokenssrc\integrations\happyforms\tokens\hf-tokens.php:15
actionautomator_helpscout_webhook_receivedsrc\integrations\helpscout\triggers\hs-conversation-created.php:67
actionautomator_helpscout_webhook_receivedsrc\integrations\helpscout\triggers\hs-conversation-customer-reply-received.php:67
actionautomator_helpscout_webhook_receivedsrc\integrations\helpscout\triggers\hs-conversation-tag-updated.php:62
actionautomator_helpscout_webhook_receivedsrc\integrations\helpscout\triggers\hs-note-added.php:67
actionautomator_helpscout_webhook_receivedsrc\integrations\helpscout\triggers\hs-rating-received.php:66
actionht_voting_vote_post_actionsrc\integrations\ht-knowledge-base\triggers\ht-kb-anon-gives-negative-rating.php:27
actionht_voting_vote_post_actionsrc\integrations\ht-knowledge-base\triggers\ht-kb-anon-gives-positive-rating.php:27
actionht_voting_vote_post_actionsrc\integrations\ht-knowledge-base\triggers\ht-kb-user-gives-negative-rating.php:26
actionht_voting_vote_post_actionsrc\integrations\ht-knowledge-base\triggers\ht-kb-user-gives-positive-rating.php:26
actioninitsrc\integrations\hubspot\helpers\hubspot-helpers.php:51
actioninitsrc\integrations\hubspot\helpers\hubspot-helpers.php:52
filterautomator_get_action_completed_statussrc\integrations\instagram\traits\trait-instagram-publish-retry.php:57
filterautomator_get_action_error_messagesrc\integrations\instagram\traits\trait-instagram-publish-retry.php:58
actionautomator_action_createdsrc\integrations\instagram\traits\trait-instagram-publish-retry.php:59
actionautomator_before_trigger_completedsrc\integrations\jet-crm\tokens\jetcrm-tokens.php:19
filterautomator_maybe_trigger_jetcrm_tokenssrc\integrations\jet-crm\tokens\jetcrm-tokens.php:20
filterautomator_maybe_trigger_jetcrm_tokenssrc\integrations\jet-crm\tokens\jetcrm-tokens.php:21
filterautomator_maybe_parse_tokensrc\integrations\jet-crm\tokens\jetcrm-tokens.php:30
actionjet-form-builder/form-handler/after-sendsrc\integrations\jetformbuilder\triggers\jetfb-everyone-form-submit.php:74
actionjet-form-builder/form-handler/after-sendsrc\integrations\jetformbuilder\triggers\jetfb-user-form-submit.php:70
actionkadence_blocks_form_submissionsrc\integrations\kadence\kadence-integration.php:36
actionkadence_blocks_advanced_form_submissionsrc\integrations\kadence\kadence-integration.php:45
actionautomator_kadence_form_submittedsrc\integrations\kadence\triggers\kadence-anon-form-submitted.php:28
actionautomator_kadence_form_submittedsrc\integrations\kadence\triggers\kadence-form-submitted.php:27
actioninitsrc\integrations\keap\settings\settings-keap.php:59
filterautomator_maybe_trigger_ld_ldquiz_tokenssrc\integrations\learndash\tokens\ld-tokens.php:21
filterautomator_maybe_trigger_ld_ldquiz_tokenssrc\integrations\learndash\tokens\ld-tokens.php:31
filterautomator_maybe_trigger_ld_tcmoduleinteraction_tokenssrc\integrations\learndash\tokens\ld-tokens.php:41
filterautomator_maybe_trigger_ld_ldcourse_tokenssrc\integrations\learndash\tokens\ld-tokens.php:51
filterautomator_maybe_parse_tokensrc\integrations\learndash\tokens\ld-tokens.php:61
filterautomator_maybe_parse_tokensrc\integrations\learndash\tokens\ld-tokens.php:62
filterautomator_maybe_parse_tokensrc\integrations\learndash\tokens\ld-tokens.php:63
filterautomator_maybe_parse_tokensrc\integrations\learndash\tokens\ld-tokens.php:64
actionlearndash_update_user_activitysrc\integrations\learndash\triggers\ld-course-progress-percentage.php:34
actionadmin_initsrc\integrations\learndash\triggers\ld-failquiz.php:31
actionadmin_initsrc\integrations\learndash\triggers\ld-passquiz.php:31
actionadmin_initsrc\integrations\linkedin\helpers\linkedin-helpers.php:70
actionautomator_show_internal_admin_noticesrc\integrations\linkedin\helpers\linkedin-helpers.php:525
filterautomator_option_text_fieldsrc\integrations\mailchimp\actions\campaign-createandsend.php:31
actioninitsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:78
actionrest_api_initsrc\integrations\mailchimp\helpers\mailchimp-helpers.php:1119
actionautomator_before_trigger_completedsrc\integrations\mailchimp\tokens\mailchimp-tokens.php:20
filterautomator_maybe_trigger_mailchimp_tokenssrc\integrations\mailchimp\tokens\mailchimp-tokens.php:22
filterautomator_maybe_trigger_mailchimp_anon_mailchimp_contact_unsubscribed_meta_tokenssrc\integrations\mailchimp\tokens\mailchimp-tokens.php:24
filterautomator_maybe_trigger_mailchimp_anon_mailchimp_contact_added_meta_tokenssrc\integrations\mailchimp\tokens\mailchimp-tokens.php:26
filterautomator_maybe_parse_tokensrc\integrations\mailchimp\tokens\mailchimp-tokens.php:28
actionautomator_mailchimp_webhook_received_subscribesrc\integrations\mailchimp\triggers\anon-mailchimp-contact-added.php:70
actionautomator_mailchimp_webhook_received_upemailsrc\integrations\mailchimp\triggers\anon-mailchimp-contact-email-changed.php:63
actionautomator_mailchimp_webhook_received_unsubscribesrc\integrations\mailchimp\triggers\anon-mailchimp-contact-unsubscribed.php:70
actionautomator_mailpoet_subscribe_to_listsrc\integrations\mailpoet\actions\mailpoet-addsubscribertolist-a.php:44
filterautomator_maybe_parse_tokensrc\integrations\mailpoet\tokens\mailpoet-tokens.php:19
actionautomator_before_trigger_completedsrc\integrations\mailpoet\tokens\mailpoet-tokens.php:29
actionmailster_list_addedsrc\integrations\mailster\triggers\mailster-subscriber-added-to-list.php:25
filterautomator_maybe_parse_tokensrc\integrations\masterstudy-lms\tokens\masterstudy-tokens.php:20
actioncurrent_screensrc\integrations\mautic\mautic-integration.php:41
filtersanitize_option_automator_mautic_credentialssrc\integrations\mautic\settings\mautic-settings.php:79
actionmm_bundles_addsrc\integrations\membermouse\triggers\mm-bundle-added-to-members-account.php:23
actionmm_member_deletesrc\integrations\membermouse\triggers\mm-member-account-deleted.php:23
actionmm_member_addsrc\integrations\membermouse\triggers\mm-member-created.php:23
actionmm_member_account_updatesrc\integrations\membermouse\triggers\mm-member-updated.php:23
actionmm_product_purchasesrc\integrations\membermouse\triggers\mm-order-submitted.php:23
actionmm_refund_issuedsrc\integrations\membermouse\triggers\mm-refund-issued.php:23
actionmm_payment_rebillsrc\integrations\membermouse\triggers\mm-renewal-received.php:23
filterautomator_maybe_trigger_mp_mpproduct_tokenssrc\integrations\memberpress\tokens\mp-tokens.php:18
filterautomator_maybe_parse_tokensrc\integrations\memberpress\tokens\mp-tokens.php:19
actionautomator_before_trigger_completedsrc\integrations\memberpress\tokens\mp-tokens.php:20
actionmepr-event-renewal-transaction-completedsrc\integrations\memberpress\triggers\mp-renews-recurring-subscription.php:27
actionuap-event-renewal-transaction-completedsrc\integrations\memberpress\triggers\mp-renews-recurring-subscription.php:34
actionuap-event-renewal-transaction-completedsrc\integrations\memberpress\triggers\mp-renews-recurring-subscription.php:48
actionmepr_txn_destroysrc\integrations\memberpress\triggers\mp-user-remove-from-onetime-membership.php:74
actionmepr_pre_delete_transactionsrc\integrations\memberpress\triggers\mp-user-remove-from-onetime-membership.php:75
filterautomator_maybe_trigger_mpc_courses_tokenssrc\integrations\memberpress-courses\tokens\mpc-tokens.php:15
filterautomator_maybe_parse_tokensrc\integrations\memberpress-courses\tokens\mpc-tokens.php:16
actionrest_api_initsrc\integrations\microsoft-teams\microsoft-teams-integration.php:53
filterautomator_maybe_parse_tokensrc\integrations\modern-events-calendar\tokens\mec-event-tokens.php:39
filterautomator_maybe_trigger_nf_nfforms_tokenssrc\integrations\ninja-forms\tokens\nf-tokens.php:15
filterautomator_maybe_parse_tokensrc\integrations\ninja-forms\tokens\nf-tokens.php:16
filterautomator_maybe_trigger_nf_anonnfforms_tokenssrc\integrations\ninja-forms\tokens\nf-tokens.php:17
actionwp_loadedsrc\integrations\optinmonster\actions\optinmonster-show-campaign.php:21
filterautomator_maybe_parse_tokensrc\integrations\paid-memberships-pro\tokens\pmp-tokens.php:23
actionuap_save_pmp_membership_levelsrc\integrations\paid-memberships-pro\tokens\pmp-tokens.php:24
actionautomator_pmpro_process_cancellationsrc\integrations\paid-memberships-pro\triggers\pmp-membershipcancel.php:37
actionwp_loadedsrc\integrations\peepso\actions\peepso-followauser.php:32
filterautomator_maybe_trigger_pp_tokenssrc\integrations\peepso\tokens\peepso-tokens.php:14
filterautomator_maybe_parse_tokensrc\integrations\peepso\tokens\peepso-tokens.php:23
filterautomator_option_updatedsrc\integrations\popup-maker\actions\pm-popupshow.php:30
filterpum_registered_triggerssrc\integrations\popup-maker\add-popup-maker-integration.php:19
filterpum_popup_is_loadablesrc\integrations\popup-maker\add-popup-maker-integration.php:20
actionadmin_initsrc\integrations\popup-maker\add-popup-maker-integration.php:21
actionpresto_player_progresssrc\integrations\presto\triggers\presto-videocomplete.php:27
actionprli-create-linksrc\integrations\pretty-links\triggers\prli-anon-create-a-link.php:27
actionprli_record_clicksrc\integrations\pretty-links\triggers\prli-anon-link-clicked.php:27
actionprli_record_clicksrc\integrations\pretty-links\triggers\prli-link-clicked.php:26
actionadmin_initsrc\integrations\rafflepress\triggers\rafflepress-anon-registers-giveaway.php:23
actionrafflepress_giveaway_webhookssrc\integrations\rafflepress\triggers\rafflepress-anon-registers-giveaway.php:34
filterautomator_maybe_trigger_rc_rcmembershiplevel_tokenssrc\integrations\restrict-content\tokens\restrict-content-tokens.php:26
filterautomator_maybe_parse_tokensrc\integrations\restrict-content\tokens\restrict-content-tokens.php:27
actionupdate_option_seedprod_settingssrc\integrations\seedprod\triggers\maintenance-mode-settings.php:22
actionseedprod_add_subscribersrc\integrations\seedprod\triggers\optin-form-submitted.php:45
actionautomator_app_settings_sendy_before_disconnected_panelsrc\integrations\sendy\settings\sendy-settings.php:76
filterrank_math/filter_metadatasrc\integrations\seo-by-rank-math\helpers\seo-by-rank-math-helpers.php:31
actionrank_math/pre_update_metadatasrc\integrations\seo-by-rank-math\helpers\seo-by-rank-math-helpers.php:34
actionautomator_rank_math_seo_data_savedsrc\integrations\seo-by-rank-math\triggers\rank-math-seo-data-updated.php:27
actionautomator_rank_math_seo_data_savedsrc\integrations\seo-by-rank-math\triggers\rank-math-seo-score-reached.php:34
filterautomator_maybe_trigger_studiocart_tokenssrc\integrations\studiocart\tokens\studiocart-tokens.php:14
filterautomator_maybe_parse_tokensrc\integrations\studiocart\tokens\studiocart-tokens.php:15
actionsugar_calendar_added_eventsrc\integrations\sugar-calendar\triggers\sugar-calendar-event-created.php:31
actionsc_et_checkout_pre_redirectsrc\integrations\sugar-calendar\triggers\sugar-calendar-ticket-purchased.php:35
actionsrfm_form_submitsrc\integrations\sure-forms\triggers\anon-form-submitted.php:26
actionsrfm_form_submitsrc\integrations\sure-forms\triggers\user-submits-form.php:25
filtersurecart/webhook_endpoint/set_attributesrc\integrations\surecart\surecart-integration.php:35
actionsurecart/checkout_confirmedsrc\integrations\surecart\triggers\surecart-order-confirmed.php:42
actionsurecart/order_shippedsrc\integrations\surecart\triggers\surecart-order-shipped.php:41
actionsurecart/purchase_createdsrc\integrations\surecart\triggers\surecart-purchase-product.php:44
actionsuremembers_after_access_grantsrc\integrations\suremembers\suremembers-integration.php:57
actionsuremembers_after_access_revokesrc\integrations\suremembers\suremembers-integration.php:58
actionautomator_suremembers_after_access_grantsrc\integrations\suremembers\triggers\user-added-to-group.php:39
actionautomator_suremembers_after_access_revokesrc\integrations\suremembers\triggers\user-removed-from-group.php:39
actioninitsrc\integrations\telegram\helpers\telegram-webhooks.php:84
actionshutdownsrc\integrations\telegram\migrations\telegram-chat-option-migration.php:32
actiontva_drip_content_unlocked_for_specific_usersrc\integrations\thrive-apprentice\triggers\thrive-apprentice-content-unlocked.php:48
actiontva_user_receives_product_accesssrc\integrations\thrive-apprentice\triggers\thrive-apprentice-product-access-received.php:50
actiontva_certificate_verifiedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-certificate-verified.php:49
actionthrive_apprentice_all_free_lessons_completedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-completes-all-free-lessons-in-premium-course.php:47
actionthrive_apprentice_course_finishsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-course-completed.php:38
actionthrive_apprentice_lesson_completesrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-course-lesson-completed.php:47
actionthrive_apprentice_module_finishsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-course-module-completed.php:48
actiontva_certificate_downloadedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-downloads-certificate-from-course.php:50
actiontva_assessment_failedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-fail-assessment-in-course.php:48
actiontva_assessment_passedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-pass-assessment-in-course.php:48
actiontva_assessment_submittedsrc\integrations\thrive-apprentice\triggers\thrive-apprentice-user-submits-assessment-in-course.php:48
actionthrive_register_form_through_wordpress_usersrc\integrations\thrive-architect\triggers\user-registered.php:27
actiontcb_api_form_submitsrc\integrations\thrive-leads\triggers\anon-tl-form-submitted.php:36
actiontcb_api_form_submitsrc\integrations\thrive-leads\triggers\tl-form-submitted.php:35
actionthrive_register_form_through_wordpress_usersrc\integrations\thrive-leads\triggers\tl-registration-form-submitted.php:36
actionautomator_before_trigger_completedsrc\integrations\thrive-ovation\tokens\thrive-ovation-tokens.php:18
filterautomator_maybe_trigger_thrive_ovation_tokenssrc\integrations\thrive-ovation\tokens\thrive-ovation-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\thrive-ovation\tokens\thrive-ovation-tokens.php:28
actionthrive_quizbuilder_quiz_completedsrc\integrations\thrive-quiz-builder\triggers\anon-thrive-qb-quiz-completed.php:24
actiontcb_api_form_submitsrc\integrations\thrive-theme\triggers\thr-anon-form-submitted.php:27
actiontcb_api_form_submitsrc\integrations\thrive-theme\triggers\thr-user-submits-form.php:26
actionthrive_ultimatum_evergreen_campaign_startsrc\integrations\thrive-ultimatum\triggers\thrive-ultimatum-evergreen-campaign-triggered.php:26
actionthrive_ultimatum_evergreen_campaign_startsrc\integrations\thrive-ultimatum\triggers\thrive-ultimatum-user-triggers-evergreen-campaign.php:25
actioninitsrc\integrations\trello\helpers\trello-helpers.php:25
actioninitsrc\integrations\trello\helpers\trello-helpers.php:26
actionadmin_enqueue_scriptssrc\integrations\trello\helpers\trello-helpers.php:28
filterautomator_maybe_parse_tokensrc\integrations\ultimate-member\tokens\um-tokens.php:16
filterautomator_maybe_trigger_um_umform_tokenssrc\integrations\ultimate-member\tokens\um-tokens.php:17
filterautomator_maybe_trigger_uoa_uoarecipe_tokenssrc\integrations\uncanny-automator\tokens\uoa-tokens.php:39
filterautomator_maybe_trigger_uoa_uoa_recipes_tokenssrc\integrations\uncanny-automator\tokens\uoa-tokens.php:49
actionautomator_before_trigger_completedsrc\integrations\uncanny-automator\tokens\uoa-tokens.php:59
filterautomator_maybe_trigger_uoa_anonuoarecipes_tokenssrc\integrations\uncanny-automator\tokens\uoa-tokens.php:61
filterautomator_maybe_trigger_uoa_anonuoaerrors_tokenssrc\integrations\uncanny-automator\tokens\uoa-tokens.php:70
filterautomator_maybe_parse_tokensrc\integrations\uncanny-automator\tokens\uoa-tokens.php:80
filterautomator_maybe_parse_tokensrc\integrations\uncanny-automator\tokens\uoa-tokens.php:81
actionadmin_initsrc\integrations\uncanny-automator\triggers\uoa-user-completes-recipe-numtimes.php:20
actionautomator_recipe_completedsrc\integrations\uncanny-automator\triggers\uoa-user-completes-recipe-numtimes.php:50
actionautomator_recipe_completed_with_errorssrc\integrations\uncanny-automator\triggers\uoa-user-recipe-completed-with-errors.php:35
filterautomator_maybe_parse_tokensrc\integrations\uncanny-ceus\triggers\uncannyceus-earns-number-ceus.php:32
actionceus_after_updated_user_ceu_recordsrc\integrations\uncanny-ceus\triggers\uncannyceus-earns-numbers-more-than.php:26
filteruap_run_automator_actionssrc\integrations\uncanny-ceus\triggers\uncannyceus-earnsceus.php:34
filterautomator_maybe_parse_tokensrc\integrations\uncanny-ceus\triggers\uncannyceus-earnsceus.php:43
filterautomator_maybe_trigger_uncannycode_tokenssrc\integrations\uncanny-codes\tokens\uc-tokens.php:25
filterautomator_maybe_trigger_uncannycode_anoncodebatchcreated_tokenssrc\integrations\uncanny-codes\tokens\uc-tokens.php:36
filterautomator_maybe_parse_tokensrc\integrations\uncanny-codes\tokens\uc-tokens.php:46
filteruap_option_all_ld_groupssrc\integrations\uncanny-groups\helpers\uncanny-groups-helpers.php:28
filterautomator_maybe_parse_tokensrc\integrations\uncanny-groups\tokens\uncanny-groups-tokens.php:16
filterautomator_maybe_trigger_uog_groupcreated_tokenssrc\integrations\uncanny-groups\tokens\uncanny-groups-tokens.php:17
filterautomator_maybe_trigger_uog_registeredwithgroupkey_tokenssrc\integrations\uncanny-groups\tokens\uncanny-groups-tokens.php:27
filterautomator_maybe_trigger_uog_redeemsgroupkey_tokenssrc\integrations\uncanny-groups\tokens\uncanny-groups-tokens.php:37
actionulgm_seats_addedsrc\integrations\uncanny-groups\triggers\uog-seatsaddedtogroup.php:59
actionulgm_seats_removedsrc\integrations\uncanny-groups\triggers\uog-seatsremovedfromgroup.php:59
actionadmin_initsrc\integrations\uncanny-tincanny\add-uotc-integration.php:18
filterautomator_maybe_trigger_uotc_tcmoduleinteraction_tokenssrc\integrations\uncanny-tincanny\tokens\uotc-tokens.php:18
filterautomator_maybe_trigger_uotc_tcuserattainsscore_tokenssrc\integrations\uncanny-tincanny\tokens\uotc-tokens.php:28
filterautomator_maybe_parse_tokensrc\integrations\uncanny-tincanny\tokens\uotc-tokens.php:38
filterautomator_maybe_parse_tokensrc\integrations\uncanny-toolkit\tokens\ut-tokens.php:32
filterautomator_maybe_trigger_uncannytoolkit_utuserimported_tokenssrc\integrations\uncanny-toolkit\tokens\ut-tokens.php:42
filterautomator_maybe_trigger_uncannytoolkit_utuserimportedcourse_tokenssrc\integrations\uncanny-toolkit\tokens\ut-tokens.php:51
filterautomator_maybe_trigger_uncannytoolkit_utuserimportedgroup_tokenssrc\integrations\uncanny-toolkit\tokens\ut-tokens.php:60
filterautomator_maybe_trigger_uncannytoolkit_utgroupleaderimported_tokenssrc\integrations\uncanny-toolkit\tokens\ut-tokens.php:69
filterautomator_maybe_trigger_url_url_has_param_logged_in_tokenssrc\integrations\url\tokens\url-tokens.php:16
filterautomator_maybe_trigger_url_url_has_param_tokenssrc\integrations\url\tokens\url-tokens.php:22
filterautomator_maybe_parse_tokensrc\integrations\url\tokens\url-tokens.php:32
actionwpsrc\integrations\url\triggers\url-has-param-logged-in.php:33
actionwpsrc\integrations\url\triggers\url-has-param.php:34
filterautomator_maybe_trigger_wcmemberships_wcmmembershipplan_tokenssrc\integrations\wc-memberships\tokens\wcm-tokens.php:24
filterautomator_maybe_parse_tokensrc\integrations\wc-memberships\tokens\wcm-tokens.php:34
filterautomator_get_action_completed_statussrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:25
filterautomator_get_action_error_messagesrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:28
filterautomator_pro_get_action_completed_labelssrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:31
actionautomator_action_createdsrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:34
actionautomator_whatsapp_webhook_noresponse_closuresrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:37
actionadmin_enqueue_scriptssrc\integrations\whatsapp\actions\whatsapp-send-message-template.php:40
filterautomator_get_action_completed_statussrc\integrations\whatsapp\actions\whatsapp-send-message.php:24
filterautomator_get_action_error_messagesrc\integrations\whatsapp\actions\whatsapp-send-message.php:26
filterautomator_pro_get_action_completed_labelssrc\integrations\whatsapp\actions\whatsapp-send-message.php:28
actionautomator_action_createdsrc\integrations\whatsapp\actions\whatsapp-send-message.php:30
actionautomator_whatsapp_webhook_noresponse_closuresrc\integrations\whatsapp\actions\whatsapp-send-message.php:32
actionrest_api_initsrc\integrations\whatsapp\helpers\whatsapp-helpers.php:73
actionautomator_whatsapp_flush_transientsrc\integrations\whatsapp\helpers\whatsapp-helpers.php:76
filterautomator_before_trigger_completedsrc\integrations\whatsapp\tokens\wa-message-delivery-tokens.php:31
filterautomator_maybe_parse_tokensrc\integrations\whatsapp\tokens\wa-message-delivery-tokens.php:33
actionautomator_whatsapp_message_delivery_failedsrc\integrations\whatsapp\triggers\wa-message-not-delivered-no-optin.php:68
actionautomator_whatsapp_message_delivery_failedsrc\integrations\whatsapp\triggers\wa-message-not-delivered.php:53
actionautomator_whatsapp_webhook_message_receivedsrc\integrations\whatsapp\triggers\wa-message-received.php:62
actionautomator_whatsapp_message_statussrc\integrations\whatsapp\triggers\wa-message-status-updated.php:61
actionautomator_before_trigger_completedsrc\integrations\wholesale-suite\tokens\wss-tokens.php:13
filterautomator_maybe_trigger_wholesalesuite_tokenssrc\integrations\wholesale-suite\tokens\wss-tokens.php:14
filterautomator_maybe_trigger_wholesalesuite_tokenssrc\integrations\wholesale-suite\tokens\wss-tokens.php:15
filterautomator_maybe_parse_tokensrc\integrations\wholesale-suite\tokens\wss-tokens.php:24
filterautomator_maybe_parse_tokensrc\integrations\wishlist-member\tokens\wm-tokens.php:22
actionuap_wc_trigger_save_metasrc\integrations\woocommerce\tokens\wc-tokens.php:91
filterautomator_maybe_trigger_wc_woordertotal_tokenssrc\integrations\woocommerce\tokens\wc-tokens.php:102
filterautomator_maybe_trigger_wc_wcorderstatus_tokenssrc\integrations\woocommerce\tokens\wc-tokens.php:112
filterautomator_maybe_trigger_wc_wooproduct_tokenssrc\integrations\woocommerce\tokens\wc-tokens.php:122
filterautomator_maybe_parse_tokensrc\integrations\woocommerce\tokens\wc-tokens.php:133
filterautomator_maybe_parse_tokensrc\integrations\woocommerce\tokens\wc-tokens.php:143
filterautomator_maybe_trigger_wc_wcshipstationshipped_tokenssrc\integrations\woocommerce\tokens\wc-tokens.php:154
actionadmin_initsrc\integrations\woocommerce-bookings\triggers\wc-bookings-anon-booking-created.php:19
actionwpseo_save_indexablesrc\integrations\wordpress-seo\triggers\yoast-seo-data-updated.php:27
actionwpseo_save_indexablesrc\integrations\wordpress-seo\triggers\yoast-seo-score-reached.php:34
actionwp_loadedsrc\integrations\wp\actions\wp-erase-personal-user-data.php:30
actionwp_loadedsrc\integrations\wp\closures\closure-redirect.php:20
actionset_user_rolesrc\integrations\wp\helpers\wp-helpers.php:991
actionadd_user_rolesrc\integrations\wp\helpers\wp-helpers.php:994
filterautomator_maybe_parse_tokensrc\integrations\wp\tokens\wp-post-tokens.php:51
filterautomator_maybe_parse_tokensrc\integrations\wp\tokens\wp-post-tokens.php:53
filterautomator_maybe_trigger_wp_wpcommentreceived_tokenssrc\integrations\wp\tokens\wp-post-tokens.php:54
actionautomator_before_trigger_completedsrc\integrations\wp\tokens\wp-post-tokens.php:64
filterautomator_maybe_parse_tokensrc\integrations\wp\tokens\wp-tokens.php:34
actionwp_loadedsrc\integrations\wp\triggers\anon-wp-post-published-in-taxonomy.php:95
actionretrieve_password_keysrc\integrations\wp\triggers\anon-wp-reset-password-link-sent.php:39
actionwp_loadedsrc\integrations\wp\triggers\anon-wp-updates-post-in-taxonomy.php:53
actionwp_loadedsrc\integrations\wp\triggers\anon-wp-viewposttype.php:29
actionwp_loadedsrc\integrations\wp\triggers\wp-submitcomment.php:29
actionwp_loadedsrc\integrations\wp\triggers\wp-usercreatespost.php:95
actionadmin_initsrc\integrations\wp\triggers\wp-userroleadded.php:36
actionwp_loadedsrc\integrations\wp\triggers\wp-viewcustompost.php:36
actionautomator_before_trigger_completedsrc\integrations\wp-all-import\tokens\wpai-tokens.php:18
filterautomator_maybe_trigger_wpai_tokenssrc\integrations\wp-all-import\tokens\wpai-tokens.php:19
filterautomator_maybe_trigger_wpai_tokenssrc\integrations\wp-all-import\tokens\wpai-tokens.php:20
filterautomator_maybe_parse_tokensrc\integrations\wp-all-import\tokens\wpai-tokens.php:21
actionwp_loadedsrc\integrations\wp-all-import\triggers\wpai-post-type-imported.php:22
filterautomator_maybe_parse_tokensrc\integrations\wp-courseware\tokens\wpcw-tokens.php:19
actioncomment_postsrc\integrations\wp-discuz\triggers\wp-discuz-user-post-receives-comment.php:24
actioncomment_postsrc\integrations\wp-discuz\triggers\wp-discuz-user-submits-comment.php:25
actionautomator_before_trigger_completedsrc\integrations\wp-download-manager\tokens\wpdm-tokens.php:18
filterautomator_maybe_trigger_wpdm_tokenssrc\integrations\wp-download-manager\tokens\wpdm-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\wp-download-manager\tokens\wpdm-tokens.php:20
actionnew_event_registrationsrc\integrations\wp-event-manager\triggers\wp-event-manager-attendee-registered.php:40
filterautomator_maybe_trigger_wpff_anonwpffforms_tokenssrc\integrations\wp-fluent-forms\tokens\wpff-tokens.php:16
filterautomator_maybe_trigger_wpff_wpffforms_tokenssrc\integrations\wp-fluent-forms\tokens\wpff-tokens.php:26
filterautomator_maybe_parse_tokensrc\integrations\wp-fluent-forms\tokens\wpff-tokens.php:27
filterautomator_maybe_trigger_wpff_tokenssrc\integrations\wp-fluent-forms\tokens\wpff-tokens.php:29
filterautomator_maybe_parse_tokensrc\integrations\wp-fluent-forms\tokens\wpff-tokens.php:30
actionnew_job_applicationsrc\integrations\wp-job-manager\triggers\wpjm-jobapplication.php:41
actiontransition_post_statussrc\integrations\wp-job-manager\triggers\wpjm-submitjob.php:33
actionresume_manager_resume_submittedsrc\integrations\wp-job-manager\triggers\wpjm-submitresume.php:38
actionautomator_before_trigger_completedsrc\integrations\wp-mail-smtp-pro\tokens\wpmsmtp-tokens.php:17
filterautomator_maybe_trigger_wpmailsmtppro_tokenssrc\integrations\wp-mail-smtp-pro\tokens\wpmsmtp-tokens.php:19
filterautomator_maybe_parse_tokensrc\integrations\wp-mail-smtp-pro\tokens\wpmsmtp-tokens.php:29
actionwp_mail_smtp_pro_emails_logs_tracking_handle_injectable_eventsrc\integrations\wp-mail-smtp-pro\triggers\wpmsmtp-specific-subject-mail-opened.php:40
filterautomator_maybe_parse_tokensrc\integrations\wp-polls\tokens\wpp-tokens.php:20
filterautomator_maybe_trigger_wpsimplepay_wpspanonpurchaforms_tokenssrc\integrations\wp-simple-pay\tokens\wpsp-tokens.php:16
filterautomator_maybe_trigger_wpsimplepay_wpspanonsubscription_tokenssrc\integrations\wp-simple-pay\tokens\wpsp-tokens.php:25
filterautomator_maybe_parse_tokensrc\integrations\wp-simple-pay\tokens\wpsp-tokens.php:35
actionsimpay_payment_receipt_viewedsrc\integrations\wp-simple-pay\triggers\wpsp-anonpurchaseform.php:33
actionsimpay_webhook_charge_refundedsrc\integrations\wp-simple-pay\triggers\wpsp-payment-for-form-fully-refunded.php:27
filterautomator_maybe_trigger_wpusermanager_wpumregform_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:17
filterautomator_maybe_trigger_wpusermanager_wpumuserpphoto_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:27
filterautomator_maybe_trigger_wpusermanager_wpumuserpphotor_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:37
filterautomator_maybe_trigger_wpusermanager_wpumusercover_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:47
filterautomator_maybe_trigger_wpusermanager_wpumuserpcoverr_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:57
filterautomator_maybe_trigger_wpusermanager_wpumuserdescription_tokenssrc\integrations\wp-user-manager\tokens\wpum-tokens.php:67
filterautomator_maybe_parse_tokensrc\integrations\wp-user-manager\tokens\wpum-tokens.php:77
filterautomator_maybe_trigger_wpwebhooks_wpwhtrigger_tokenssrc\integrations\wp-webhooks\tokens\wpwh-tokens.php:26
filterautomator_maybe_parse_tokensrc\integrations\wp-webhooks\tokens\wpwh-tokens.php:27
filterautomator_maybe_parse_tokensrc\integrations\wpforms\tokens\wpf-tokens.php:22
actionautomator_save_wp_formsrc\integrations\wpforms\tokens\wpf-tokens.php:25
actionautomator_save_anon_wp_formsrc\integrations\wpforms\tokens\wpf-tokens.php:26
filterautomator_maybe_trigger_wpf_anonwpfforms_tokenssrc\integrations\wpforms\tokens\wpf-tokens.php:29
filterautomator_maybe_trigger_wpf_wpfforms_tokenssrc\integrations\wpforms\tokens\wpf-tokens.php:30
filterautomator_maybe_trigger_wpf_tokenssrc\integrations\wpforms\tokens\wpf-tokens.php:31
filterautomator_maybe_parse_tokensrc\integrations\wpforms\tokens\wpf-tokens.php:32
filterautomator_maybe_parse_tokensrc\integrations\wpforo\tokens\wpf-topic-added-tokens.php:21
actionadmin_initsrc\integrations\wplms\add-wplms-integration.php:36
actionautomator_wplms_save_tokenssrc\integrations\wplms\tokens\wplms-tokens.php:23
filterautomator_maybe_parse_tokensrc\integrations\wplms\tokens\wplms-tokens.php:24
actionautomator_before_trigger_completedsrc\integrations\ws-form-lite\tokens\ws-form-lite-tokens.php:17
filterautomator_maybe_trigger_wsformlite_tokenssrc\integrations\ws-form-lite\tokens\ws-form-lite-tokens.php:18
filterautomator_maybe_parse_tokensrc\integrations\ws-form-lite\tokens\ws-form-lite-tokens.php:19
actioncurrent_screensrc\integrations\zoho-campaigns\helpers\zoho-campaigns-helpers.php:27
actionadmin_noticesuncanny-automator.php:52

Scheduled Events 15

automator_mcp_token_cleanup
automator_weekly_healthcheck
automator_daily_healthcheck
uapro_notify_admin_of_license_expiry
automator_admin_notifications_update
uap_options_migration
after_automator_pro_deactivated
elem_wp_after_insert_post
automator_mailpoet_subscribe_to_list
automator_pmpro_process_cancellation
automator_whatsapp_webhook_noresponse_closure
automator_whatsapp_webhook_noresponse_closure
automator_whatsapp_flush_transient
automator_whatsapp_flush_transient
automator_whatsapp_flush_transient
Maintenance & Trust

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 2, 2026
PHP min version7.4
Downloads2.0M

Community Trust

Rating98/100
Number of ratings148
Active installs50K
Developer Profile

Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin Developer Profile

Uncanny Owl

2 plugins · 70K total installs

79
trust score
Avg Security Score
87/100
Avg Patch Time
90 days
View full developer profile
Detection Fingerprints

How We Detect Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/uncanny-automator/assets/css/admin-global.css/wp-content/plugins/uncanny-automator/assets/css/integrations.css/wp-content/plugins/uncanny-automator/assets/js/automator-vendor.js/wp-content/plugins/uncanny-automator/assets/js/admin-global.js/wp-content/plugins/uncanny-automator/assets/js/settings.js/wp-content/plugins/uncanny-automator/assets/js/integrations.js/wp-content/plugins/uncanny-automator/assets/css/dashboard.css/wp-content/plugins/uncanny-automator/assets/js/dashboard.js
Script Paths
/wp-content/plugins/uncanny-automator/assets/js/automator-vendor.js/wp-content/plugins/uncanny-automator/assets/js/admin-global.js/wp-content/plugins/uncanny-automator/assets/js/settings.js/wp-content/plugins/uncanny-automator/assets/js/integrations.js/wp-content/plugins/uncanny-automator/assets/js/dashboard.js
Version Parameters
uncanny-automator/assets/css/admin-global.css?ver=uncanny-automator/assets/css/integrations.css?ver=uncanny-automator/assets/js/automator-vendor.js?ver=uncanny-automator/assets/js/admin-global.js?ver=uncanny-automator/assets/js/settings.js?ver=uncanny-automator/assets/js/integrations.js?ver=uncanny-automator/assets/css/dashboard.css?ver=uncanny-automator/assets/js/dashboard.js?ver=

HTML / DOM Fingerprints

CSS Classes
automator-admin-menuautomator-connect-page-wrapperautomator-settings-tabsautomator-settings-tabs__tabautomator-settings-tabs__tab--activeautomator-settings-contentautomator-integration-cardautomator-integration-card__title+15 more
HTML Comments
<!-- This is an Automator dashboard widget --><!-- Load our custom CSS for automator --><!-- Load our custom JS for automator -->
Data Attributes
data-automator-connect-urldata-automator-connect-page
JS Globals
automator_localize
REST Endpoints
/wp-json/uap/v2/automations/wp-json/uap/v2/recipes
FAQ

Frequently Asked Questions about Uncanny Automator – Easy Automation, Integration, Webhooks & Workflow Builder Plugin