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

API Documentation

Template Methods

GET list Return a list of all templates
EXAMPLE URL
https://api.workflowmax.com/template.api/list?apiKey=[your API key]&accountKey=[WorkflowMax account key]
Example Response
<Response>
  <Status>OK</Status> 
  <Templates>
    <Template>
      <ID>255</ID> 
      <Name>Brochure</Name> 
    </Template>
    <Template>
      <ID>697</ID> 
      <Name>Site Design</Name> 
    </Template>
  </Templates>
</Response>