# after_invoicecreate

New invoice has just been created. This event is called after every item saved for the invoice. So if you will get this event you will be sure that the invoice has been successfully created.

# Hook parameter

An int is passed as a related invoice ID

# Sample hook files

Last Updated: 3/17/2023, 8:40:19 AM