Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Missing information on how to make a bulkActivityExtract call.  #61

@benhbell

Description

@benhbell

More of a documentation issue.

I see that the repo has an example for using the bulkLeadExtract api, but i could not find an example using the bulk activity extract API.

I´m attempting to get it but I run up against undefined filter errorsl, and am unsure if I am missing other options that I would be able to use.

        {createdAt: {
                startAt: '2018-07-01T23:59:59-00:00',
                endAt:  '2018-07-03T23:59:59-00:00'
            },
            activityTypeIds: [
                1,
                12,
                13
            ]})
        .then(function(data) {
            // export is ready
            let exportId = data.result[0].exportId;
            return marketo.bulkActivityExtract.file(exportId);
        })
        .then(function(file) {
            console.log(file);
        });
});

Error I get sometimes
Possibly unhandled HttpError. Invalid value specified for attribute 'filter'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions