BUG: Missive "Create a Contact" module - Wrong endpoints mapped for Organization and Group fields

:bullseye: What is your goal?

I want to fill Organization and Group fields of Missive Create/Update Contact, but it looks like it’s broken.

:thinking: What is the problem & what have you tried?

I think I I’ve encountered two API mapping bugs in the Missive → Create a Contact (and Update a Contact) module, specifically within the “Memberships” section. It appears the module is calling the wrong endpoints and confusing internal Missive account teams with Contact Book architecture.

Here is the exact breakdown of the issues:

Bug 1: “Kind: Organization” pulls internal teams, not Contact Organizations

Expected behavior: When setting Kind to Organization, the Organization Name field should allow me to pass a custom text value representing the contact’s company/organization (e.g., mapping a company name from my database).

Actual behavior: The dropdown forces me to select from my internal Missive Account Teams (my own companies set up in Missive settings).

Failed workaround: If I toggle the “Map” button to bypass the dropdown and pass a standard text string (string value of the organization name), the module fails to process it.

Bug 2: “Kind: Group” pulls internal teams instead of Contact Groups

Expected behavior: When setting Kind to Group and selecting a valid Contact Book ID, the Group Name dropdown should populate with the actual Contact Groups created within that specific book (e.g., “Tenants”, “Owners”, “Contractors”).

Actual behavior: The dropdown completely ignores the Contact Groups and this time lists Organizations created for contacts.

Business Impact:
Currently, it is impossible to dynamically assign contacts to specific groups or assign them custom organizations via Make.com. The module is fundamentally broken for structural contact management.

Is there a way to get around it some way? I tried to map the field, but it didn’t work.

:clipboard: Error messages or input/output bundles

No error, just messed up API endpoints I guess.

Hey @Michal_Zoltowski,

Thanks for sharing what you found.

Please open a ticket with the Customer Care team. This community consists of Make users and enthusiasts who can help, but not with bugs in Make/Modules itself. The official Make support has access to internal systems and logs, and can help you with technical issues, bugs, and all other questions regarding Make.

As for a workaround, you can use the Make an API Call module to use the API directly: Endpoints | Developers | Missive Docs

Thank you :folded_hands:

1 Like

Ok, thanks for a quick reply. I’ll try that! :slight_smile: