Integration template between the SharpSpring marketing automation platform and Linx.
- Linx Designer
- Sharpspring 'Admin' account
- Log into Sharpspring.
- Click User Menu > Settings in SharpSpring's top toolbar.
- Click API Settings, located under the SharpSpring API section in the left panel.
- Access your SharpSpring API keys under Account ID and Secret Key.
- Click Generate New API Keys for new API keys.
- Copy your 'Secret Key' (API Key) and 'Account ID'.
- Open up the provided sample in your Linx Designer.
- Open up the $.Settings editor.
- Update the below $.Settings with your credentials:
- SharpspringAccountId - your 'Account ID'.
- SharpspringApiKey - your 'Secret Key'.
- Save the Solution.
The below functions can be used to retrieve data from the API.
- GetLeads: Returns all leads from Sharpspring.
- GetLead: Returns a single lead based on an
emailAddress
orid
. - GetLeadsForDataRange: Returns all leads updated in a given date range.
- GetEvents: Returns all events for a
leadID
. - TestAll: Executes the above functions passing data from one into the other.
For questions please ask the Linx community or use the Slack channel.