Skip to main content

Integration between django and the SalesForce ExactTarget REST API

Project description

This library serves as a connector between django and the Exact Target REST API.

Installation

Install using pip.:

$ pip install django-exact-target

Add your exact target client settings to your Django project’s settings.py file.:

EXACT_TARGET_CLIENT_ID = 'my-client-id...'
EXACT_TARGET_CLIENT_SECRET = 'my-client-secret...'

Usage

Dispatch a TriggeredSend. See also message definition sends.:

from exacttarget.messages import TriggeredSend

sender = TriggeredSend('my-triggered-send-id')
sender.dispatch('foo@example.com', {
    # SubscriberAttributes
    "Region": "West",
    "City": "Indianapolis",
    "State": "IN"
})

Changelog

0.1.0

  • Initial release.

Project details


Download files

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

Source Distribution

django-exact-target-0.1.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

django_exact_target-0.1.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file django-exact-target-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-exact-target-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3f5285594ffc24a72cc22be9399afbc543efca570d8d0e0630a79697cba40a20
MD5 166070a81f15de5124fc2ee78fb4fbe5
BLAKE2b-256 c7cace4ee695c9395b3332555a7d0ed6895e3e797743fd8bc7cfa359816f5488

See more details on using hashes here.

Provenance

File details

Details for the file django_exact_target-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_exact_target-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d1cf7bcf89ad4fd9972ae6e13d36ec9bb69afec702c87e5e1418913b4bd2880a
MD5 5a34a598d97929afe69802f45eef006c
BLAKE2b-256 219b74270b02f11fc4b5414ce63cebac35f8ce6f5fe37f816615db3da33e9972

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page