Activate a polling trigger for a recipe

Initiate the polling function of a recipe with polling triggers by providing the recipe ID. This action causes the recipe’s polling trigger to execute immediately. Use the List jobs from a recipe endpoint to check the status of a particular recipe.

Path parameters

recipe_idintegerRequired
The ID of the recipe you plan to start.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success Reply
successboolean

Returns true when a poll is executed successfully.

Errors