Jump to content

Recommended Posts

Posted

Hi everyone.

New to this but was trying to find out if there are event triggers that, say for instance, an invoice was saved within sage it would fire some information across to airtable.

Thanks in advance.

Posted

Hi Lawrence, welcome to the community.

The answer to your question very much depends on the Sage product you are intending to integrate with. If you could let us know the product variant, we'll be able to direct you accordingly. 

Many thanks

Mark

Posted

Thanks for clarifying.

The Sage Business Cloud Accounting API does not at present expose events that can be subscribed to for this purpose.

There is however query parameters that can be passed to obtain results created or modified in the specified period. For example, if you wanted to return all of the sales_invoices created or modified since last week you could make a request as shown below.

 

sales_invoices?updated_or_created_since=2021-09-20T00:00:00Z

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...