Discussions

Ask a Question
Back to All

API - Update or Create Project - Integrations

Is there an api which allows the addition of a Project Integration object to a project?
Or plans to add to Create or Update Project if not?

I attempted this in the body of the Update Project call, the address updated but integrations did not.

{
"address": {
"street_address_1": "123 Test",
"street_address_2": "apt 2"
},
"integrations": [
{
"type": "CRM",
"relation_id": "4024df9e-5808-ed11-82e4-002248080f6f"
}
]
}

Thanks!