Constructors

Methods

  • Deletes the existing Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app can be deleted. Delete Marketing Event by External Ids

    Parameters

    • externalEventId: string

      The id of the marketing event in the external event application

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Deletes the existing Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app can be deleted. Delete Marketing Event by External Ids

    Parameters

    • externalEventId: string

      The id of the marketing event in the external event application

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>

  • Returns the details of a Marketing Event with the specified externalAccountId, externalEventId, if it exists. Only Marketing Events created by the same app making the request can be retrieved. Get Marketing Event by External IDs

    Parameters

    • externalEventId: string

      The id of the marketing event in the external event application

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<MarketingEventPublicReadResponse>