Create Your First App (Part 1: cx app code)

Getting Started

The CX App configuration code (used in the ActiveCampaign App Studio)

Tutorial: https://developers.activecampaign.com/docs/python-create-and-test-your-first-app-using-pipedream

IN THIS RECIPE
  1. api
  2. auth
  3. auth.demo-basic-auth
⚙️
Create Your First App (Part 1: cx app code)

Getting Started

The CX App configuration code (used in the ActiveCampaign App Studio)

Tutorial: https://developers.activecampaign.com/docs/python-create-and-test-your-first-app-using-pipedream

28 Steps
🐍
Create Your First App (Part 1: python api code)

Getting Started

The Python api tutorial code (used in Pipedream)

Tutorial: https://developers.activecampaign.com/docs/python-create-and-test-your-first-app-using-pipedream

12 Steps
⚙️
Create Your First App (Part 2: cx app code)

Custom Objects

The CX App configuration code (used in the ActiveCampaign App Studio)

This recipe will only highlight the additions/updates made to the CX Configuration file you've written in Part 1.

Tutorial: https://developers.activecampaign.com/docs/using-custom-objects-in-your-cx-app

13 Steps
🐍
Create Your First App (Part 2: python api code)

Custom Objects

The Python code (used in Pipedream) to power the API in part 2 in the "Create Your First App" tutorial series.

This recipe will only highlight the additions/updates made to the API code written in Part 1.

Tutorial: https://developers.activecampaign.com/docs/using-custom-objects-in-your-cx-app

3 Steps