braze-api
    Preparing search index...

    Interface MessagesObject

    interface MessagesObject {
        android_push?: AndroidPushObject;
        apple_push?: ApplePushObject;
        content_card?: object;
        email?: EmailObjectWithBody | EmailObjectWithEmailTemplateId;
        kindle_push?: object;
        sms?: object;
        web_push?: object;
        webhook?: object;
        windows_phone8_push?: object;
        windows_universal_push?: object;
    }
    Index

    Properties

    android_push?: AndroidPushObject
    apple_push?: ApplePushObject
    content_card?: object
    email?: EmailObjectWithBody | EmailObjectWithEmailTemplateId
    kindle_push?: object
    sms?: object
    web_push?: object
    webhook?: object
    windows_phone8_push?: object
    windows_universal_push?: object