# How is FlyCode's outreach product different from other tools like Stripe or Profitwell emails?

FlyCode has robust models powering communications. It means we will coordinate emails with retries - we don’t send emails immediately on soft declines to reduce voluntary churn, we set different email schedules for hard declines (Stripe sends only 1-2), we send emails at the user’s local time, and we send simple transactional emails with the best sender score and deliverability.

Stripe billing payment recovery settings, will send an email every time they retry the payment (it means users can get up to 8 emails). Profitwell uses very basic email logic per retry.&#x20;

<table><thead><tr><th width="201"></th><th align="center">FlyCode </th><th align="center">Without FlyCode </th></tr></thead><tbody><tr><td><strong>Number of emails</strong></td><td align="center">Model based (minimum 5)<br><em>coordinates emails with retries</em></td><td align="center">On every retry (8 emails)</td></tr><tr><td><strong>For Soft declines errors</strong></td><td align="center">Retries before sending emails<br><em>To reduce churn</em></td><td align="center">-</td></tr><tr><td><strong>Timing of emails</strong></td><td align="center">Local time of user</td><td align="center">N/A</td></tr><tr><td><strong>Transactional/</strong><br><strong>deliverability</strong></td><td align="center">Plain text, designed for high email deliverability (95 sender score)</td><td align="center">-</td></tr><tr><td><strong>Multi users Org emails</strong></td><td align="center">We send to different users in the customer's organization</td><td align="center">N/A</td></tr><tr><td><strong>Payment page</strong></td><td align="center">Stripe Native with all the local payment options (best practice)</td><td align="center">Profitwell example: Custom-built, slow to load, limited to Google Pay or card</td></tr><tr><td><strong>Analytics Dashboard</strong></td><td align="center">V<br><em>Full-funnel view by customer &#x26; email funnel</em></td><td align="center">V</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.flycode.com/failed-payment-outreach/delivery-strategy/how-is-flycodes-outreach-product-different-from-other-tools-like-stripe-or-profitwell-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
