Sign up for a 30 day free KODIF trial!
Sign up for a 30 day free KODIF trial!

Recurly

Recurly handles subscription billing. With KODIF, you can look up accounts and subscriptions, fetch invoices/transactions, and automate pauses, cancels, or plan changes to prevent churn.

Integration Actions

Recurly - Get Account by Email

Gets an account in Recurly using the provided email. Requires customer_email (required).

Recurly – Create Customer Shipping Address

Creates a new shipping address for a specific customer in Recurly. Requires customer_id, first_name, last_name, street1, city, postal_code, and country (required). Optional fields include nickname, company, email, phone, and street2, region. Returns confirmation and details of the created shipping address.

Recurly – Delete Shipping Address

Deletes a specific shipping address in Recurly. Requires customer_id and shipping_address_id (both required). Returns confirmation of deletion.

Recurly – Get Customer Billing Info

Retrieves billing information for a specific customer in Recurly. Requires customer_id (required). Returns payment method, billing address, and related metadata.

Recurly – Get Customer Notes

Retrieves all notes associated with a specific customer in Recurly. Requires customer_id (required). Returns note content, creation details, and associated metadata.

Recurly – Get Customer Shipping Addresses

Retrieves all shipping addresses associated with a specific customer in Recurly. Requires customer_id (required). Returns recipient details, address information, and associated metadata.

Recurly – Get Customer Subscriptions

Retrieves all subscriptions associated with a specific customer in Recurly. Requires customer_id (required). Returns subscription details including plan, billing cycles, and related metadata.

Recurly – Get Customer's Acquisitions

Retrieves acquisition details for a specific customer in Recurly. Requires customer_id (required). Returns acquisition campaign, channel, and related metadata.

Recurly – Update Customer Shipping Address

Updates an existing shipping address for a specific customer in Recurly. Requires customer_id and shipping_address_id (required). Other fields such as first_name, last_name, street1, city, region, postal_code, and country are also required. Optional fields include nickname, company, email, phone, and street2. Returns confirmation and details of the updated shipping address.

Configuration Details Coming Soon