Sub-parameters in API Connector

Hey API people!

I’m probably not using the correct terminology here, so allow me to illustrate. I’ve connected to our CRM through the API connector, and it seems to be working. Some parameters contain what I call “sub-parameters”. See the screenshot below.

How do I set these up when editing the API call?

image

Never mind, I just realized these are run as separate actions, not at the same time.

Hi, I have the same problem. I want to send this payload to set the send_contact_message_emails. How do I do this?

{
“notifications”: {
“send_contact_message_emails”: false
}
}