[#1470] Membership registration via Zapier webhook

Migrated from Redmine #1470 | Author: Jan Luther
Status: New | Priority: High, I’m very impatient | Created: 2025-09-10


Hello,

I need help setting up an automation in Zapier.

I want to register a new customer for a membership via webhook / REST API. I have already configured authentication and successfully created a new client using the Zapier webhook. However, the REST API help article (API documentation | SimplyBook.me Online Scheduling) does not make clear how exactly to register a customer for a membership.

Could someone please help me with what information I need to send to the API and maybe also where to find them?

Thanks in advance!

Redmine Admin wrote:

hi, unfortunately there is no API to manage memberships

Redmine Admin wrote:

actually it is possible with this API API documentation | SimplyBook.me Online Scheduling

Jan Luther wrote:

Redmine Admin wrote in #note-2:

actually it is possible with this API API documentation | SimplyBook.me Online Scheduling

Hello Redmine,
Thanks for pointing it out.
I think after a lot of back and forth I now got it to work!
I think the documentation is missing some information on what is necessary and what is not. Like e.g. these three don’t seem to be needed in order for it to work: “payment_processor”: “cash”, “auto_confirm_prolonging”: 1,“repeat_count”: 5, but others do need to be filled out correctly and send to the API.
Whatever, at least I think I got it to work now.
Thanks again!

Jan Luther wrote:

Also it was kinda hard to find some Ids… There should be a documentation on how to find them all…