@vectorize-io/vectorize-client
    Preparing search index...

    Interface INTERCOMConfig

    Configuration for Intercom connector

    INTERCOMConfig

    interface INTERCOMConfig {
        createdAt: Date;
        state?: INTERCOMConfigStateEnum;
        updatedAt?: Date;
    }
    Index

    Properties

    createdAt: Date

    Created After. Filter for conversations created after this date. Example: Enter a date: Example 2012-12-31

    INTERCOMConfig

    State

    INTERCOMConfig

    updatedAt?: Date

    Updated After. Filter for conversations updated after this date. Example: Enter a date: Example 2012-12-31

    INTERCOMConfig