We have done some updates to our no-code and low-code automation tools that are also powered by the API.


Native integrations custom contact attributes 🤖

Our native integrations now allow you to map custom contact attributes to any of your other tools' contact properties.


Zapier Templates ⚡

You can now install the Zapier app from the UI to make use of our recommended Zap Templates and bring you business automation to the next level!

A new Courses::LessonCompletion endpoint has been added to allow you to mark a lesson as completed.

To mark a lesson as completed by an enrollment, create a Courses::LessonCompletion record by sending lesson_id and enrollment_id to the endpoint.

To undo this, the Courses::LessonCompletion record must be deleted.

/courses and /courses/:id endpoints now include the new image_url field, a URL to the course's main image.

Check it out here!

A wrongly passed filter, for example https://myclickfunnels.com/api/v2/contacts?filter=[contact] would return an unexpected return, whereas now it will respond with a more appropriate 400 bad request response.