With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

Get the Guide on Moving from spreadsheets to software.


Get the guide

Want to join us? Become a partner. 



Become a partner

API Documentation 

Template Methods

Method Description
GET list Return a list of all templates

GET list

Return a list of all templates

EXAMPLE URL

https://api.xero.com/workflowmax/3.0/template.api/list

Example Response

<Response>
  <Status>OK</Status> 
  <Templates>
    <Template>
      <UUID>98cd8c8a-ed69-44d2-8648-2690563333bb</UUID>
      <Name>Brochure</Name> 
    </Template>
    <Template>
      <UUID>82637ebf-9be9-4556-8c1b-ca96293e88f0</UUID>
      <Name>Site Design</Name> 
    </Template>
  </Templates>
</Response>