What is your goal?
I want to fill Organization and Group fields of Missive Create/Update Contact, but it looks like it’s broken.
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.
Error messages or input/output bundles
No error, just messed up API endpoints I guess.