Is there a way to get a form and its associated campaign via the API?

We’re trying to build a better tracking structure around one of our clients who leverage Infusionsoft. Ideally we would like to dynamically pull the campaign/form name into the reporting without having to create a manual lookup table. Is this possible?

Thanks!

You can get campaign information regarding campaign elements, sequences and goals with the REST api. This does not, at this time, include information regarding contacts and their positions in campaigns and shows the framework of a campaign overall.

https://developer.infusionsoft.com/docs/rest/#!/Campaign/getAllCampaignsUsingGET

1 Like