Skip to main content
Coverage

This is a plugin for pretalx that serves to send speaker and proposal information to SalesForce.

Information is sent every eight hours or on manual sync, and is mapped as follows:

  • Users and their speaker profiles are sent as contacts:
    • Contact.pretalx_LegacyID__c is set to the pretalx user ID

    • Contact.FirstName is set to the first part of a user’s name, separated by whitespace.

    • Contact.LastName is set to any remaining part of a user’s name.

    • Contact.Email is set to the user’s email address.

    • Contact.Biography__c is set to the user’s biography.

    • Contact.pretalx_Profile_Picture__c is set to the user’s profile picture URL.

  • Submission objects are set synced to the custom Session object:
    • pretalx_LegacyID__c is set to the submission’s pretalx ID.

    • Name is set to the submission’s title.

    • Session_Title__c is the submission’s full title, as Name is truncated to 80 characters.

    • Track__c is set to the submission’s track (by name, not by ID).

    • Submission_Format__c is set to the submission’s type (by name, not by ID).

    • Status__c is set to the submission’s status.

    • Abstract__c is set to the submission’s abstract plus the submission’s description, separated by two newlines and then stripped of whitespace.

    • Pretalx_Record__c is set to the submission’s public URL.

  • The mapping between Contacts and Sessions is synced to the custom Contact_Session__c object:
    • Contact__c is set to the Salesforce Contact.

    • Session__c is set to the Salesforce Session.

Development setup

  1. Make sure that you have a working pretalx development setup.

  2. Clone this repository, eg to local/pretalx-salesforce.

  3. Activate the virtual environment you use for pretalx development.

  4. Run pip install -e . within this directory to register this application with pretalx’s plugin registry.

  5. Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.

Development commands

This plugin uses just as a task runner and uv for dependency management. Run just with no arguments to list every available command. The most useful ones are:

just fmt

Auto-format and lint the code.

just test

Run the full test suite with pytest.

Installing pretalx

The tests need pretalx installed in the environment. just test handles this for you: if pretalx cannot be imported, it installs the latest version from git before running the test suite.

If you already have a development version of pretalx around (for example if you want to test your changes against a specific commit or branch of pretalx), you can also install pretalx up front yourself:

just install-pretalx-local /path/to/pretalx

Install pretalx from a local checkout as an editable install.

just install-pretalx

Install the latest pretalx from git (runs before tests if no pretalx is installed).

License

Copyright 2024 Tobias Kunze

Released under the terms of the Apache License 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pretalx_salesforce-0.4.0.tar.gz (73.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pretalx_salesforce-0.4.0-py3-none-any.whl (53.9 kB view details)

Uploaded Python 3

File details

Details for the file pretalx_salesforce-0.4.0.tar.gz.

File metadata

  • Download URL: pretalx_salesforce-0.4.0.tar.gz
  • Upload date:
  • Size: 73.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for pretalx_salesforce-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e5b2a0fc0aa610e19042f2699393cbf00bb1dc65e6950f98b10b2d9ca20193d4
MD5 96174fb5acf91ae23e9b26fe0d82f14f
BLAKE2b-256 4f77bf1520a6699c0a733acb2f17cccb840943aa6ba4e68332e8969aa0667c63

See more details on using hashes here.

File details

Details for the file pretalx_salesforce-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pretalx_salesforce-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f3e39ee7bc141afcf731cc9d56e0f40b3cdeef5502ba2ed49099a193708a4a2c
MD5 7fd4b2b50369942b14073a3f43bfa6ee
BLAKE2b-256 e9725eca9071874f5b89d1971713fd04ce44bbb3b5492c4548ea956ce4645280

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page