Is there anyway to grab the boardId of the board you’re trying to install an integration on?
payload: {
[0] recipeId: xxxxx,
[0] integrationId: xxxxxx,
[0] automationId: xxxxx,
[0] pageRequestData: {},
[0] dependencyData: {}
[0] }
Something like this? (NOT AN ACTUAL QUERY)
query {
integrations(ids: ${integrationId}) {
boards {
id
}
}
}
Thanks,
Ian