Loading
Feature degradation | Gmail Email delivery failureRead More
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Create a Remote Action Example for an Invocable Action

          Create a Remote Action Example for an Invocable Action

          This example Integration Procedure uses a Remote Action to call the emailSimple Invocable Action, which is present in every Salesforce org. Inputs to the Invocable Action are specified in the Integration Procedure as Additional Input.

          1. Create a new Integration Procedure.
          2. Add a Remote Action component with these settings:

            Property

            Value

            Remote Class

            DefaultInvocableAction

            Remote Method

            emailSimple

          3. Under Additional Input, add these key-value pairs:

            Key

            Value

            emailAddresses

            %SendTo%

            emailSubject

            %Subject%

            emailBody

            %Message%

          4. Add a Response Action into the Structure panel and select Return entire JSON output. If you're using the designer on a managed package, select Return Full Data JSON.
          5. Go to the Preview tab.
          6. Under Input Parameters, add these key-value pairs:

            Key

            Value

            SendTo

            (your email)

            Subject

            Invocable Test

            Message

            This is a test.

          7. Click Execute.

            If you set up the Integration Procedure correctly, an email titled [RD] Invocable Test [sent via RD-PRD mail server] arrives in your Inbox.

           
          Loading
          Salesforce Help | Article