On 1/7/14, 12:30 PM, Jonathan Vanasco wrote:

has anyone looked into integrating external APIs with transaction/pyramid_tm ?

i'm thinking of migrating transactional email onto SendGrid or PostmarkApp

i'm wondering if anyone has done this yet.


The simplest way to integrate transactions with a non-transactional external service is to call the service using an after-commit hook. http://zodb.readthedocs.org/en/latest/transactions.html#after-commit-hooks

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to