function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manish Kumar 61Manish Kumar 61 

How do I start interacion in Fuel API

I am going through Fuel API but I dont find information on how to start interaction.

Is it possible using API?
Best Answer chosen by Manish Kumar 61
Gaurav KheterpalGaurav Kheterpal
Are you looking for this endpoint?
 
/interaction/v1/interactions/{id}

You can find more documentation here (https://code.exacttarget.com/apis-sdks/rest-api/v1/interaction/getInteractionById.html).

If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.
 

All Answers

Gaurav KheterpalGaurav Kheterpal
Are you looking for this endpoint?
 
/interaction/v1/interactions/{id}

You can find more documentation here (https://code.exacttarget.com/apis-sdks/rest-api/v1/interaction/getInteractionById.html).

If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.
 
This was selected as the best answer
Manish Kumar 61Manish Kumar 61
Yes, thanks. I got confused by API documentation.