You are here:
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.
- Create a new Integration Procedure.
-
Add a Remote Action component with these settings:
Property
Value
Remote Class
DefaultInvocableAction
Remote Method
emailSimple
-
Under Additional Input, add these key-value pairs:
Key
Value
emailAddresses
%SendTo%
emailSubject
%Subject%
emailBody
%Message%
- 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.
- Go to the Preview tab.
-
Under Input Parameters, add these key-value pairs:
Key
Value
SendTo
(your email)
Subject
Invocable Test
Message
This is a test.
-
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.

