- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 10:37 AM
My requirement is Invoke REST API from Business rule. can any one explain step by step
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- 18,329 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 10:57 AM
You can go to Rest Messages and open which REST message you want to get the script for. Open Method. click on Preview. That will give you script that you can use in business rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 10:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 11:01 AM
ou can use business rules to send REST outbound messages when certain actions take place in the Express instance.
For example, you can post an update to an equipment management database when a change request for an item is completed and closed.
- Navigate to Application Configuration > Web Services > Business Rules.
- Click New.
The Web Services check box is already selected for the new business rule.
- Enter a name for your business rule and select the table.
- In the When to run section, select the filter conditions.
- In the Web Services section, select the REST Service and REST Method.
- If the Variable Substitutions option appears, enter values as applicable.
- Click Submit.
I hope this helps.