Invocable Actions
6 minute read

What are invocable actions

Salesforce Invocable Actions are a powerful feature within the Salesforce platform that allow users to create custom logic and processes that can be called (or invoked) from various automation tools such as Flows or Apex.

Third-party invocable actions, such as those provided by our application, are only available to Salesforce Enterprise Edition users and above. If you are using Professional Edition or a lower edition, these invocable actions will not be visible or accessible for use.

We provide invocable actions allowing you to:
  • Manage members (subscribe, unsubscribe, resubscribe), including tags
  • Manage tags (add and remove tags) on an existing member
Note: Currently our actions do not work in flows with a "Before a record is deleted" trigger.
Invocable actions are an advanced feature so should be used with caution and tested first in a sandbox.

Manage Mailchimp Members

This action allows you to subscribe, unsubscribe or resubscribe an email address to an audience in Mailchimp. Optionally you can choose to add Mailchimp tags. Below is an interactive video on how to add the action.

Manage Mailchimp Tags

FAQs

What is the Bypass Internal Queue setting on invocable actions?

How can I test an invocable action if it is not working?

How can I send additional Salesforce fields to Mailchimp using the Add Invocable Action?

In this article