As the title says, is it possible to update a Company Attribute with a Custom Action?
I tried below, but I'm not sure how to get the unique identifier for the company.
As the title says, is it possible to update a Company Attribute with a Custom Action?
I tried below, but I'm not sure how to get the unique identifier for the company.
Hey
It looks like you’ve already got this sorted with my teammate but I’ll add the solution here for future viewers! You can update the company using the company_id
value that is set on your end and is available as a dynamic attribute in the UI using the Create or Update a company endpoint instead! With that end point, you would be using a POST request, and rather than adding the company_id
to the request URL, you would add it to the request body.
This is how the request would look
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.