Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 629 Bytes

AuthorWebhook.md

File metadata and controls

22 lines (10 loc) · 629 Bytes

SunshineConversationsClient.AuthorWebhook

Properties

Name Type Description Notes
type String The `type` of the author.
userId String The id of the user. Only supported when author `type` is `user`. [optional]
user User The user that authored the message or activity. `profile` is included in the payload if the `includeFullUser` option is enabled. [optional]

Enum: TypeEnum

  • business (value: "business")

  • user (value: "user")