Salesforce
Last updated
Last updated
This integration is only available in open-source and on-premise editions. Please contact us, if you want to have Salesforce in the cloud edition for you organization.
Integration type: Write
With Salesforce integration you can stream data and create Salesforce tickets in real-time.
If you need to stream flexible data directly to Salesforce API, consider using API integration instead.
You need to create your own Salesforce Connected App first and integrate your Ylem instance with it so that your users will be able to authorize Ylem to access their Salesforce account data.
Here you can read more about how to create a connected APP and manage OAuth 2.0 authentication with Salesforce.
Please note, that a Salesforce user must be assigned to the system permissions "API Enabled", and "Apex REST Services"
As soon as the application is created, you will get OAuth 2.0 CLIENT_ID
and CLIENT_SECRET
that must be placed into the ./backend/integrations/.env
file of Ylem together with the redirect URL to your Ylem instance:
Now you can open https://%%YOUR_YLEM_DOMAIN_NAME%%/salesforce-authorizations and try to authorize Salesforce Integration by clicking on the button "Add Salesforce authorization".
If configured correctly, after the redirection to Salesforce and giving the permissions, you will get back to the same page with the new authorization appeared in the list:
Now the same aithorization can be used for creating new integrations.