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_id
The ID of the recipe you plan to start.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success Reply
success
Returns true
when a poll is executed successfully.