Salesforce
Syncs data to Salesforce in real-time
I. Integration configuration
Install Salesforce CRM Package
You can initiate the installation process by clicking on the provided link, which will direct you to the installation page where you can follow step-by-step instructions for a seamless integration. If you have any questions or need assistance during the installation, our dedicated support team is here to help you every step of the way.
To ensure a successful installation, please follow these steps:
We recommend selecting the "Install for all users" option;
Click on the "Install" button;
Make sure to check the box to grant access to these third-party websites; and
Once completed, you'll have successfully installed the Swallow Salesforce App.
Please note that the installation process may take a few minutes to complete. However, rest assured that you will receive an email confirmation once the installation is finished.
Webhook config: sync real-time data
To set up the webhook URL for real-time data syncing between Swallow and Salesforce, follow these steps:
Return to your newly created site.
Locate the Custom URLs section.
Copy the domain name (e.g., swallow.my.salesforce-sites.com).
Add the
https://
prefix to this domain name (e.g.,https://swallow.my.salesforce-sites.com
).Append
/services/apexrest/swallow/api/Webhooks/incoming/pushDetails/
to the domain name (e.g.,https://swallow.my.salesforce-sites.com/services/apexrest/swallow/api/Webhooks/incoming/pushDetails/
).
To edit Public Access Settings for your new site:
Visit the site and click Public Access Settings.
In the Enabled Apex Class Access section, click "edit."
Add
SwallowWebHookSubscriptionController
to Enabled Apex Classes.Save your changes.
When creating a new site, follow these steps:
Set a unique Site Label.
Specify a unique Site Name.
Optionally, add a Site Description.
Ensure the Site Contact and Default Record Owner are filled.
Set the Default Web Address prefix to
getPushNotification
.Choose
SiteLogin
as the Active Site Home Page.Don't forget to save the new site.
Activate the newly created site by going to the Site Details and clicking the
Activate
button.Click the gear icon in the upper right to access Salesforce Setup.
Search and navigate to the Sites section.
Create a new Site.
After installation in Salesforce CRM, set up a webhook URL in Salesforce to receive real-time data from Swallow. This involves configuring a new "Site" in Salesforce's setup section. Note that the four main actions described below should be performed by a Salesforce Admin and are only required during the initial setup.
Now, go to your Swallow app and paste this webhook into the webhook's settings:
Within Swallow, navigate to Settings;
Visit the Webhooks page
Paste your Salesforce webhook URL
Save this webhook endpoint.
Congratulations! You're ready to sync real-time data from Swallow to Salesforce!
Option 1: Configure a standard API Base URL To establish a connection between your Swallow instance and the Salesforce Package, follow these steps:
Access Salesforce and locate the App Launcher;
Find and open the Swallow app you recently installed;
Within the Swallow Base Configuration tab:
Provide your Swallow API Key (located in Swallow's Developer Section)
Enter your Swallow API base URL.
https://api.llow.io/sw/
.Enter Swallow app URL (Front End Base URL). By default, the valid URL is
https://app.llow.io/
(it will be different for self-hosted).
"Save and validate" your connection; and
If the Swallow API Key is valid then only Start Data Sync button will be enabled.
Click the "Start Data Sync" to finalize the connection between Swallow and Salesforce.
Please note that data synchronization is available only for Swallow customers with an `external_salesforce_id` and an existing Salesforce Account.
Option 2: Configure a custom API Base URL If you use your own Swallow API base URL (self-hosting) or one for a different server instance, you can customize it directly in Salesforce:
Navigate to Salesforce's Setup;
Search for and select Remote Site Settings;
Find and access the remote site for the Swallow App;
Click the Edit button to modify the remote site's details;
Update the Remote Site URL with your preferred URL; and
Save the changes.
II. Sync data from Swallow to Salesforce
If your webhook endpoint is configured correctly, your billing data will flow seamlessly in real-time.
Please note that Subscriptions and Invoices will be created in Salesforce via webhooks seamlessly
Sync customers to Salesforce
To synchronize Swallow Customer data with Salesforce Accounts (native object), ensure that your
Salesforce Account is created first, and that the Swallow Customer's external_salesforce_id
is explicitly populated.
Begin by creating a new Account in Salesforce or accessing an existing one;
Next, create a customer in Swallow and populate the
external_salesforce_id
field for a Swallow Customer with the Salesforce Account Id; andFinally, your Salesforce Account and Swallow Customer are synchronized!
Billing data will not sync unless these requirements are met. Swallow does not create Salesforce Accounts. Before syncing billing data, you need to create or retrieve an existing Account in Salesforce and populate the Swallow customer field called `external_salesforce_id`.
Sync subscriptions to Salesforce
Whenever a subscription is created for a Swallow Customer, the subscription details will be automatically
synced in real-time with Salesforce using the Swallow Subscriptions
custom object.
Here is a list of Subscription fields that are automatically synced. Note that this subscription is automatically linked to a Salesforce Account:
Subscription Id;
Subscription Name;
Subscription Start Date;
Subscription Status;
Subscription Termination Date (synced when the subscription is terminated);
Subscription Billing Time (either
calendar
oranniversary
); andPlan Code.
Sync invoices to Salesforce
Whenever an invoice is issued for a Swallow Customer, the invoice details will be automatically
synced in real-time with Salesforce using the Swallow Invoices
custom object.
Here is a list of Subscription fields that are automatically synced:
Invoices Number;
Invoice Payment Status;
Invoice Type (
subscription
orone-off
);Invoice Issuing Date;
Invoice Amount;
Invoice File Url; and
Invoice Currency.
Sync credit notes to Salesforce
Whenever a credit note is issued for a Swallow Invoice, the credit note details will be automatically
synced in real-time with Salesforce using the Swallow CreditNotes
custom object.
Sync Plans, Add-Ons to Salesforce
Plans and Add-ons are synced to Salesforce when we initially click on Start Data Sync from Swallow Base Configuration page.
Plans are synced to
Swallow Plans
object andProduct2
standard object. We also create a price book entry for all the products inStandard Price Book
price bookAdd-Ons are synced to
Swallow Add-Ons
object andProduct2
standard object. We also create a price book entry for all the products inStandard Price Book
price book.
Schedule Sync from Swallow To Salesforce
We also provide option to schedule the data sync from Swallow to Salesforce.
SwallowSyncScheduleable
-- a schedulable class which helps us schedule either all the data or any one of them.To schedule the sync of any ONE of the object:
Create a new instance of class by passing any one of the following string:
CUSTOMER
,SUBSCRIPTION
,PLAN
,ADDON
,INVOICE
,CREDITNOTE
Ex: To sync Plans from Swallow to Salesforce everyday at 1PM, execute below anonymous code in Anonymous window in Developer Console. (click here to learn more about CRON expression)
To schedule the sync of ALL the objects:
create a new instance of class by passing
true
Ex: To sync all objects from Swallow to Salesforce everyday at 1PM, execute below anonymous code in Anonymous window in Developer Console. (click here to learn more about CRON expression)
III. Actions from Salesforce to Swallow
Beyond just syncing data from Swallow to Salesforce, you can also initiate actions in Swallow directly from Salesforce.
You can leverage Salesforce Flows
to execute actions in Swallow. Swallow provides several customizable templates for creating customers from Salesforce Accounts, directly assigning subscriptions to customers from Salesforce, creating one-off invoice from salesforce.
Create customers
Flow: Swallow Template - Create Customer in Swallow on Account Create
To create a customer in Swallow upon the creation of a Salesforce Account, utilize the Flow template provided by Swallow.
Log into your Salesforce instance;
Access the Setup section via the settings wheel icon in Salesforce;
Find and select
Flows
under Process Automation in the sidebar;Locate and open the
Swallow Template - Create Customer in Swallow on Account Create
;Click 'Save As' to create and save your own version of the template; and
Do not forget to click the
Activate
button to activate your flow.
You have the flexibility to modify various aspects of this flow, including the trigger conditions and field mappings. By default, the action is initiated when a Swallow ID is absent. Additionally, you can customize how fields are mapped from your Salesforce instance to Swallow.
Create subscriptions (automation)
Assigning a plan to a customer, adjusting negotiated prices, and initiating the subscription upon winning an opportunity represents a key action from Salesforce to Swallow. This enables sales teams to remain within Salesforce, their primary tool, and activate billing processes directly, without the need to switch platforms.
To assign a subscription and set prices in Swallow directly from Salesforce, use the provided two flows via following Swallow Flow templates.
Swallow Template - Create Swallow SObject Records
This Flow is used to create intermediate records in Swallow Objects - Swallow Subscription
Log into your Salesforce instance;
Access the Setup section via the settings gear icon in Salesforce;
Find and select
Flows
under Process Automation in the sidebar;Locate and open the
Swallow Template - Create Swallow SObject Records
;Click 'Save As' to create and save your own version of the template; and
Do not forget to click the
Activate
button to activate your flow.
The default setting triggers plan assignment when a Salesforce Account links to a Swallow customer and the opportunity status changes to closed-won. You can customize this flow to suit your specific needs. Moreover, you have the option to adjust the subscription fields and subscription charge fields being synchronized from Salesforce to Swallow.
Create an opportunity by assigning an expected close date and a stage.
Add a Swallow plan to this opportunity as a product (Salesforce will automatically retrieve all plans from Swallow in the
Standard Price Book
).Specify
1
as the quantity for the plan.You can override the default price if needed.
Add any Swallow add-ons to this opportunity as additional products.
Set the opportunity status to "Closed Won."
Save the opportunity.
Once the opportunity is saved with a "Closed Won" status, the flow will automatically trigger and create a Swallow Subscription record in Salesforce. You can
Navigating to the related Account;
Checking the "Swallow Subscriptions" related list; and
Confirming that a new Swallow Subscription record has been created.
Last updated