Skip to content

sparkouttech/salesforce-webhook-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Change Data Capture Listener

This Python project can be used to listen to changes occurring in salesforce. These changes can be posted to a REST API.


The main configuration file that can be used to change the behaviour of this listener is located under the resources folder known as application.properties.


url=salesforce login url
username=username
password=password
metadata=None
grpc_host=api.pubsub.salesforce.com
grpc_port=7443
pb2=pb2
topic_name=/data/ChangeEvents
instance_url=instance url for the organization
tenant_id=organization id / tenant id
apiVersion=55.0
objects=your objects in comma separated values
apis=api's to post
subscription_type=CUSTOM or EARLIEST for subscription type
latest_replay_id=Latest replay id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published