To give you a bit of context, I work for the agency where we have a lot of accounts from snapchat for certain clients. Those accounts are stored in our database whenever a new account was created. In order for us to have access to that account an invatation is sent to us via email to which we click on it and accept it.
I would like to see if anyone knows if this is possible to be done programmatically so we remove this manual step of accepting an invatation in our email?
I am already handling email with my lambda function since we are using AWS, I can access it’s content and that link. The only thing is how do I accept invitation? In Snapchat docs there is nothing regarding this so am wondering if there is some kind of workaround?
I could’t really do much as that link is just a link that we get in email not an api so I can’t make a call with it.