Background
I have written a two custom integrations via the Zapier CLI:
- The first integration
App-A
has a REST hook trigger and a perform list trigger - The second integration
App-B
has an action that ‘creates’ a new resource
Both integrations are for internal use and have not been published.
I have successfully created a Zap to to trigger when a new resource is added to App-A
and then creates a new resource in App-B
.
Issue
I would like to use these apps in a Transfer to seed existing data before enabling the Zap that is triggered on updates. I can create a Transfer using App-A
as the source, however App-B
is not listed in the list of available destination apps.
The support article Which apps does Transfer support? indicates that any existing app can be used as a destination:
Destination apps are the apps that you transfer data to. Any existing Zapier app with an action can act as a destination for your transfer.
The support article also specifies a number of requirements for source applications, but does not mention any requirements for destination applications.
How do I get a custom integration to show up in the list of destination apps when creating a new Transfer?