Hi there! About the integration with LinkedIn Ads to create Matched Audiences, is there a way to Remove Companies as well, apart of Add Companies in an audience?
Thank you so much!
Hi there! About the integration with LinkedIn Ads to create Matched Audiences, is there a way to Remove Companies as well, apart of Add Companies in an audience?
Thank you so much!
Hi
You would likely need to use this advanced Zap action: API Request
Hi
You would likely need to use this advanced Zap action: API Request
Hi Troy! I have tried to do this, but I can’t. Somehow this is returning an error.
Any clue about how I can do it?
Thank you so much!
We would need to see screenshots with how the Zap step is configured in EDIT mode along with the encountered error to have context.
We would need to see screenshots with how the Zap step is configured in EDIT mode along with the encountered error to have context.
Thank you so much, my friend!
As you can see, here is a screenshot of the custom action I have made.
The last image is related to the test, that is returning:
{
"result": {
"request": {
"method": "POST",
"url": "https://api.linkedin.com/rest/dmpSegments/22036623/companies?q=account&account=urn:li:sponsoredAccount:509269075",
"querystring": null,
"headers": {
"Content-Type": "application/json",
"LinkedIn-Version": "202403"
},
"body": "{\"action\":\"REMOVE\",\"companyName\":\"Teste\",\"companyWebsiteDomain\":\"{{companyWebsiteDomain}}\",\"companyPageUrl\":\"{{companyPageUrl}}\"}",
"data": {
"action": "REMOVE",
"companyName": "Teste",
"companyWebsiteDomain": "{{companyWebsiteDomain}}",
"companyPageUrl": "{{companyPageUrl}}"
}
},
"response": {
"status": 400,
"headers": {},
"body": "{\"status\":400,\"code\":\"ILLEGAL_ARGUMENT\",\"message\":\"Resource method could not be resolved from request parameters.\"}",
"data": {
"status": 400,
"code": "ILLEGAL_ARGUMENT",
"message": "Resource method could not be resolved from request parameters."
}
}
}
}
Check the field description.
Try using remove as all lowercase.
Check the field description.
Try using remove as all lowercase.
Hi Troy!
Even with lowercase, it didn’t work… :(
{
"result": {
"request": {
"method": "POST",
"url": "https://api.linkedin.com/rest/dmpSegments/19665073/companies?q=account&account=urn:li:sponsoredAccount:509269075",
"querystring": null,
"headers": {
"Content-Type": "application/json",
"LinkedIn-Version": "202403"
},
"body": "{\"action\":\"remove\",\"companyName\":\"D\",\"companyWebsiteDomain\":\"\",\"companyPageUrl\":\"https://www.linkedin.com/company/597387\"}",
"data": {
"action": "remove",
"companyName": "D",
"companyWebsiteDomain": "",
"companyPageUrl": "https://www.linkedin.com/company/597387"
}
},
"response": {
"status": 400,
"headers": {},
"body": "{\"status\":400,\"code\":\"ILLEGAL_ARGUMENT\",\"message\":\"Resource method could not be resolved from request parameters.\"}",
"data": {
"status": 400,
"code": "ILLEGAL_ARGUMENT",
"message": "Resource method could not be resolved from request parameters."
}
}
}
}
Make sure all your test inputs are valid values and in the right format.
Using app APIs is an advanced approach.
The AI Custom Action builder can result in invalid generated API requests as that is still a beta product.
You may want to consider hiring help from a Certified Zapier Expert: https://zapier.com/experts
Hi
I was facing a similar issue and wanted to check if you were able to find a resolution for this?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.