Welcome Messages
Collection of api endpoints related to Welcome Messages.
See also
Parameters
Current ApiClient instance.
Constructors
Creates new WelcomeMessages endpoint instance.
Properties
Extensions
Creates a new Welcome Message that will be stored and sent in the future from the authenticating user in defined circumstances. Returns the message template if successful. Supports publishing with the same elements as Direct Messages (e.g. Quick Replies, media attachments). Requires a JSON POST body and Content-Type header to be set to application/json. Setting Content-Length may also be required if it is not automatically. See the Welcome Messages overview to learn how to work with Welcome Messages.
Deletes a Welcome Message by the given id.
Shorthand property to WelcomeMessages.list.
Returns a list of Welcome Messages.
Returns a Welcome Message by the given id.
Updates a Welcome Message by the given ID. Updates to the welcome_message object are atomic. For example, if the Welcome Message currently has quick_reply defined and you only provide text, the quick_reply object will be removed from the Welcome Message.