Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

AdmitHub/aries-activity-salesforce-source

 
 

Repository files navigation

alt text

Aries Integration for Salesforce

CircleCI

This is an integration for Salesforce. Queries data between executionDate and nextExecutionDate. Paginates by id. Supports rate limiting and retries with exponential backoff

Configuration

Object

"object": "campaignmember" - The Salesforce Standard object to pull

Connection

Username

"username" : "root" - The username used for authentication on the database.

Password

"password" : "veryinsecure" - The password associated with the user.

Security Token

"securityToken" : "verysecuretoken" - The security token associated with the user.

Example Config

{
    connection: {
        username: 'root',
        password: 'veryinsecure',
        securityToken: 'security_token'
    },
    object: 'campaignmember',
}

Response

Outputs an avro file consisting of the records from the SFObject

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Dockerfile 2.1%