Releases: gosuperscript/hubspot-notification-channel
Releases · gosuperscript/hubspot-notification-channel
2.0
HubSpot is sunsetting the API Key access method - https://developers.hubspot.com/changelog/upcoming-api-key-sunset
This PR will change the authentication method to Private Apps instead
v1.3.3
v.1.3.2
v1.3.1
Fix Laravel 7 semver
v1.3.0
- Support Laravel 7
v1.2.0
- Get the tests working!
- Support Laravel 5.7 as well
v1.1.0
Added the ability to override the Message variables with a new method messageProperties
Example Useage
return (new HubspotMessage)
->templateId(1234567890)
->messageProperties([
'bcc' => '[email protected]',
]);
v1.0.0
Initial Release.