APIv3-php-library
APIv3-php-library copied to clipboard
getSmtpTemplates need string `true` to work
need to set as parameter 1 or 0 instead true
/ false
as string in GET.
WORK with templateStatus=true
https://api.sendinblue.com/v3/smtp/templates?templateStatus=true&limit=50&offset=0
DONT WORK with templateStatus=1
https://api.sendinblue.com/v3/smtp/templates?templateStatus=1&limit=50&offset=0