Skip to content

contactslist ManageManyContacts requires two IDs #99

@MichaelKappel

Description

@MichaelKappel

https://api.mailjet.com/v3/REST/contactslist/{list_id}/ManageManyContacts/{job_id}

C# api ALLOWS for this by using the ActionId

        MailjetRequest request = new()
        {
            Resource = ContactslistManagemanycontacts.Resource,
            ResourceId = ResourceId.Numeric(contactslistId),
            ActionId = jobId
        };

Documentation here is incorrect
(https://dev.mailjet.com/email/reference/contacts/bulk-contact-management/#v3_get_contactslist_list_ID_managemanycontacts_job_ID)

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