Hi. Newbie question here…. I am looking to integra...
# ask-community-for-troubleshooting
p
Hi. Newbie question here…. I am looking to integrate with a large number (100s?) of cloud providers (intercom, Hubspot, Kustomer etc). We want to perform specific operations on them, such as delete or access a specific customer record. From what I can tell, AirByte would not be a good solution for this use case. For instance, if I want to delete an Intercom Contact then I cannot use AirByte for that (https://docs.airbyte.io/integrations/sources/intercom). Rather I would have to use the native API (https://developers.intercom.com/intercom-api-reference/reference#delete-contact) Am I correct? And if I am, then assuming I should just start building native integrations with each of these cloud sources
1
👍 1
u
Yes! Airbyte handles the data transfer from a source to destination. The connectors shouldn't execute delete operation.
p
Thanks @[DEPRECATED] Marcos Marx.