Salesforce
Parny | Salesforce Integration Guide
Parny supports direct integration with Salesforce alerts. Salesforce is a network and system monitoring tool that can create alarms to detect and prevent potential problems. This documentation explains how to redirect alarms created in Salesforce to a webhook using Parny.
Parny Settings
Go to the Parny interface.
Navigate to the "Services" section of your organization.
Click on the "New Services" option in the upper right corner.
Enter the relevant service name.
Service Name Usage: The service name here is independent of the structure and can be chosen according to the preferences of the organization.
Select Salesforce from the list of integrations.
Click "Add".
After the service is created, the following screen will appear.

You can now click on the token section of your service and copy your Salesforce Webhook URL.
Salesforce Configuration
In this section, we will guide you through "Adding Webhook".
Adding Webhook
Note: If you are using Salesforce "Professional Edition", you will not be able to do the following operations. "Developer edition" is suitable for these operations.
Creating Apex Class
In order to add a Webhook on Salesforce, it is necessary to create an "apex class" and "apex trigger".
After clicking the "Settings" button top right corner, the "Setup" button should be clicked.

After clicking the "Setup" button, by writing the "apex class" to the search bar, click the "apex class" button. Then, click the "new" button to create a new apex class.

To define an apex class, it is neccessary to write some codes to be able to get webhook alerts from salesforce.
By copying the code below and save, "apex class" can be easily created.
Creating Apex Trigger
After creating "apex class", we need to determine the which conditions should trigger the alarm situation.
To create an "apex trigger", we need to click the "object manager" button, then we need to write the search bar "asset relationship".

After clicking the "asset relationship", click the trigger button reveal on the left bar. Then click the "new" button. After clicking, the field should be filled with some codes. For example if you want to trigger our system in case of new "event" create, the code shown below can be used as an example;
In this situation our system will trigger in case of the new event is created and deleted. For different types of triggers, developer guide for salesforce can be examined.
The developer guide for "apex": https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_dev_guide.htm
Remote site defining
Normally, remote site is not neccessary. But somehow, some websites can be blocked to send alert webhooks. By creating the "remote site" our reliable "domains" can be prevented to be blocked.
In "Setup Screen", after writing the "remote site" to the search bar, "Remote Site Settings" button under the security tab should be clicked. Then new remote site can be added by clicking the "new remote site" button. Then enter your reliable "domain" url and site name and save.
With these settings, your Salesforce alarms will be forwarded to Parny, allowing you to manage them alongside your other alerts within your organization's Parny interface.
Check out these other integrations
Seamlessly use your preferred tools for unified work, start to finish.