Migration API
This doc describes the usage of the migration api
The migration API allows the addition of customers to any mango arbitrarily the behaviour of the api is same as the add customer option on the customers page in the TagMango dashboard. The api can be called as follows:
Explanation of the API parameters
name -> Name of the customer being added
email -> Email of the customer being added
phone -> The phone number of the customer being added
mangoId -> The id of the mango/service the user is being added to, this id can be found by going to Dashboard > Services (or whatever your platform's synonym for mango/service is)
coupon (optional) -> If provided must be a 100% discount coupon code which will be used to simulate the purchase flow to add the user if not provided a random ephermal coupon code is used.
Last updated