We have a number of email templates that we’ve built for our campaigns on Infusionsoft, that we’d like to add unique URL strings to so that they are user specific.
Example: When someone creates an account (or needs to do a password reset) on our website, we’d like to trigger an email to go out via the Infusionsoft APIs where the URL in the email has a unique link that enables that user to login to their account.
Looking through the Infusionsoft API documentation, all I see is the ability for us to send emails where we pass all of the information in the email (https://developer.infusionsoft.com/docs/rest/#!/Email/sendEmailUsingPOST) as opposed to using the APIs to trigger an email template we have built on Infusionsoft and only need the URL to be unique inside the email (as opposed to passing along the entire subject/body/etc of the email)
Does anyone have suggestions and/or documentation that shows how we can do this?
Thanks in advance!