This topic was automatically generated from Slack. You can find the original thread here.
Heya, I’m trying to set up a deployed trigger with a timer. I’m using the following request, but it just gives me the default cron value, instead of my input. Trying to follow the docs, but can’t seem to figure out what’s up
It seems like you’re trying to deploy a trigger with a specific cron schedule, but the response is returning a default cron value instead of your input. Let’s go through the steps to ensure everything is set up correctly. ### Steps to Deploy a Trigger with a Custom Cron Schedule 1. Verify the API Endpoint and Headers: Ensure that the API endpoint and headers are correctly set. From your request, it looks like you’re using the right endpoint and headers. 2. Check the configured_props Object: Make sure that the configured_props object in your request contains the correct cron expression. Your request shows "cron": "1 2 3 4 5", which is a valid cron expression. Double-check that this is the intended schedule. 3. Review the project_id: Ensure that the project_id is correctly specified and corresponds to the project where you want to deploy the trigger. 4. Inspect the Response: The response you received shows "cron": "0 11 ** ** **", which is not the cron expression you provided. This might indicate an issue with how the API is processing your request. 5. Consult the Pipedream Documentation: Refer to the Pipedream Connect API documentation to ensure that all required fields are correctly specified in your request. 6. *Contact Pipedream Support: If you’ve verified all the above steps and the issue persists, it might be a bug or a specific issue with your account. I recommend reaching out to Pipedream support for further assistance. You can visit Support - Pipedream for more support options. If you have any further questions or need additional help, feel free to ask!