intercom / intercom-go

Go Bindings For Intercom
https://developers.intercom.io/reference
Other
70 stars 78 forks source link

add conversation_part.tag.created topic #109

Closed denizmekik closed 4 years ago

denizmekik commented 5 years ago

Why?

Why are you making this change?

Intercom sends a conversation_part.tag.created notification. It was missing in the NewNotification function. https://developers.intercom.com/intercom-api-reference/reference#topics

How?

Technical details on your change

I've added conversation_part.tag.created case in NewNotification function.