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
Richard DwyerRichard Dwyer 

Trigger Cron via API

Can you trigger invoice processing cron from API?

If so how?

Currently we have a service that submits customer data but invoice notification is returned to the customer's website account when cron runs which can be up to an hour. We would like the cron trigger to happen instantly so the invoice payment link then shows in their account (on our website) immediately so they can then click and make payment.

We are using a Salesforce "app" called Kulturra as processor and payment interface.

Any help would be very much appreciated, thank you.