Membership & Promotion
Memberships
Integrate Memberships via a Webhook
filmbot can send membership information to a third party system, such as a donor management system, via webhooks first, check with the support team of your third party system to see if it supports receiving information via webhooks if so, they can provide you with a webhook url to add the webhook url to filmbot, visit settings > theater setup > memberships, add the url they provided, and click save changes you can use the test webhook button next to the configured url to send test information, and check to see if the data was correctly integrated by your third party system when a membership is purchased or renewed, filmbot will then send a json file with the following information to the configured url membership webhook json { "membership id" 1234567, "membership code" "mgs2xpr", "membership plan" "family plan", "membership term" "annual", "individual or dual" "dual", "purchase date" "2023 01 01", "end date" "2024 01 01", "price paid" 100, "signup or renewal" "signup", "gifted" "yes", "gift purchaser id" 10, "gift purchaser email" "purchaser\@test com", "member 1 id" 11, "member 1 name" "john doe", "member 1 email" "john doe\@test com", "member 1 birthdate" "1990 01 01", "member 2 id" 12, "member 2 name" "jane doe", "member 2 email" "jane doe\@test com", "member 2 birthdate" "1990 01 01", "mailing address" "123 main st", "mailing address 2" "apt 1", "mailing city" "anytown", "mailing state" "ny", "mailing postal code" "12345", "mailing country" "usa", "phone" "123 456 7890", "interests" "cinema, history", "source" "letterboxd" }