It appears the Oauth token that is returned by CTCT during authentication is a GUID. My question is this: will the CTCT api return the same GUID for all persons authorizing into the same CTCT account?
The reason I ask is that we need to keep our system up to date with information about CTCT campaigns and we are simply looking for ways to stay under the CTCT API threshold for hits within a 24 hour period. If we have multiple users in our system who have authorized themselves into the same CTCT account, then we would idealy run only one data sync operation which would apply to all the users in our system (versus a data sync for each user when the data will not differ since all users are accessing the same CTCT account).
Solved! Go to Solution.
Please disregard this question. We figured it out for ourselves. Clearly, the oauth token is different on a user-by-user basis. We will have to come up with our own solution in our system for designating the account owner and performing the data sync from CTCT back to our system only for that user account (since doing this again for users with the Account manager role or Campaign Creator role is unnecessary or not possible due to api permissions).
Please disregard this question. We figured it out for ourselves. Clearly, the oauth token is different on a user-by-user basis. We will have to come up with our own solution in our system for designating the account owner and performing the data sync from CTCT back to our system only for that user account (since doing this again for users with the Account manager role or Campaign Creator role is unnecessary or not possible due to api permissions).
Hello,
After a bit more research on this,there is one method available to determine if the accounts are the same. This can be done by comparing the data returned from the Account Info endpoint, as that always returns information associated with the account owner, so it will be the same regardless of which user is accessing it. You can find the documentation for that endpoint here:
http://developer.constantcontact.com/docs/account/summary-information-api.html
Hopefully this gives you a way to optimize your workflow. If you have any questions, please let me know!
Sincerely,
The holidays have come and gone. For many seasonal businesses, this means the rush of shoppers has decreased as well. Instead of turning off the lights and waiting for spring, make your email marketi...
See Article