sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

How to get an update_profile url, given a Contact #61

Closed tlrh314 closed 3 years ago

tlrh314 commented 3 years ago

The Sendinblue Campaigns allow adding an Update Profile form, e.g. to the footer of an email. This seems to generate a long hash url that allows that a recipient to change their preferences on a Sendinblue-hosted form. I would like to generate such a url via the Sendinblue API - is that possible given the form id and email address of the contact?

ruudy-sib commented 3 years ago

Hi @tlrh314 Currently, update profile tag is not supported via API. But we can add unsubscribe tag in footer parameter via API and it will redirect to default un-subscription page. Please raise a support ticket in case you need further details.

Thanks