Skip to content
Per-pair page

Salesforce + Stripe: revenue inside the CRM.

Sync Stripe customers and subscriptions into Salesforce, log Stripe events as Opportunity stage changes, or trigger Salesforce workflows from billing changes.

Trigger app
Salesforce as the trigger

Workflows fire when something happens in Salesforce.

  • Salesforce has no triggers yet. Use the catalog's universal Webhook trigger as the upstream.
Action app
Stripe as the action

Workflows do something in Stripe, instantly.

See all 31 actions →
Both directions

Pick the way that fits your stack.

Pair pages are mirrored. Each direction gets its own dedicated page.

SalesforceStripe

When something happens in Salesforce, do it in Stripe.

0 Salesforce triggers wired to 31 Stripe actions.

    StripeSalesforce

    Or fire it the other way around.

    10 Stripe triggers wired to 13 Salesforce actions downstream.

    See StripeSalesforce
    Popular pairings

    Common Salesforce → Stripe workflows.

    Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.

    Showing 0 of 0 combinations
    How it works

    Connect Salesforce and Stripe in five steps.

    No code, no glue, no half-day setup. Each step is one click.

    1. 1
      Connect
      Authorize Salesforce and Stripe

      Open Tiny Command, authorize Salesforce and Stripe once each. Both connections are available to every workflow on your account.

    2. 2
      Trigger
      Pick a Salesforce trigger

      Drop the Salesforce → New event trigger onto the canvas. Tiny Command auto-registers the webhook.

      POST /v1/webhooks/salesforce.event
    3. 3
      Transform
      Add a filter or AI step

      Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.

    4. 4
      Action
      Add the Stripe action

      Drop the Stripe → Cancel Subscription action below it. Map fields from the Salesforce payload into the Stripe inputs.

      stripe.cancel-subscription
    5. 5
      Publish
      Publish and forget

      Hit Publish. Tiny Command runs it in production from second one. Watch the run-log fill up.

    FAQ

    Questions about Salesforce + Stripe.

    How do I sync Stripe customers to Salesforce?
    Stripe Customer Created → Salesforce Find or Create Account by domain (or Contact by email) with stripe_customer_id as external_id. Custom fields for plan + MRR.
    Can I advance Salesforce Opportunities on Stripe events?
    Yes. Stripe Subscription Created → look up linked Salesforce Opportunity → Update Opportunity to "Closed Won" stage + Amount from Stripe. Revenue lands in pipeline accurately.
    How do I trigger Salesforce workflows from Stripe charge failures?
    Stripe Charge Failed → Salesforce Create Task assigned to the account owner with "Payment issue, follow up". SFDC workflow can also alert finance.
    Can I push Salesforce stage changes to Stripe?
    Yes. Salesforce Opportunity Stage = "Cancellation Requested" → Stripe Update Subscription with cancel_at_period_end=true. CSM-driven churn flow from CRM.
    How do I avoid duplicate Salesforce records from Stripe?
    Use stripe_customer_id as Salesforce external_id. Upsert by external_id is dedupe-safe. Standard SFDC pattern.
    Can I roll up MRR per Salesforce Account?
    Yes. Track Stripe MRR in a custom field on Account. Scheduled: sum MRR across active subscriptions per customer → Salesforce Update Account. Powers account-tier reports.
    Related

    Other apps that pair well with Salesforce.


    Wire Salesforce to Stripe in 2 minutes.

    Free tier available. No credit card. No onboarding call.