n8n

n8n integration with Recurpay allows you to trigger events for workflows and automation.

n8n is a powerful automation tool that connects different apps and services - without requiring you to write code. Using n8n, you can design custom workflows made up of triggers and actions. When something happens in one platform, n8n automatically executes a sequence of defined actions in other connected platforms.

How does n8n integration work with Recurpay?

  1. An event occurs in Recurpay (e.g., a subscription renewal or cancellation).
  2. This event triggers a webhook, which is sent from Recurpay to the n8n endpoint you configure.
  3. n8n then performs a predefined set of actions (such as sending a Slack message, creating a support ticket, or sending an email).
  4. The process runs automatically - no manual work required.

Example Use Case:

  • Suppose a merchant uses Recurpay to manage subscription billing. With n8n integration, they can set up a workflow that triggers every time a new subscription is created. This workflow could then automatically:
    • Send a welcome email to the new subscriber.
    • Log the subscription details in a Google Sheet for easy tracking.
    • Post a notification in a Slack channel to inform the team.

This automation streamlines processes, ensuring timely communication and accurate data management.

Integrate n8n with your Recurpay store in a few simple steps:

  1. Log in to your Recurpay dashboard.

  2. Navigate to Settings > Integrations > Develop apps.

    Develop apps option on Recurpay Integration Settings

    Develop apps option on Recurpay Integration Settings

  3. Click on the Create new app button.

    Create new app option

    Create new app option

  4. Enter the required details and create the app.

  5. Under API Scopes, make sure to enable: Read webhooks and Write webhooks (Other scopes are optional based on your workflow.)

  6. Open your n8n dashboard and create a new workflow.

  7. Add the first step as "On Webhook Call" (this allows the workflow to trigger whenever Recurpay sends a webhook).

  8. If you're testing, set the HTTP method to POST and copy the generated webhook URL.

  9. Go back to the Recurpay dashboard and add this webhook URL under the relevant event (e.g., subscription_created).

  10. That’s it, you can now:

    • Send a test event.
    • Start listening to events from Recurpay and build out the next set of automated actions in your workflow.

📘

Feel free to reach out to us

Via Live chat or write us at [email protected] if you need any help anytime.