FogBugz XML API: Email Correspondents


Follow

Overview

Manage the list of email addresses that FogBugz auto-completes when you enter a Correspondent in a case.

Step-By-Step Guide

  1. To add an Email Address, send cmd=addEmailAddress. The available argument is sFullEmail.
  2. To delete an Email Address, send cmd=deleteEmailAddress. The available argument is sEmail.
  3. To locate an Email Address, send cmd=findEmailAddress. The available argument is sEmail. To list all email addresses, use sEmail =@.

For more information, refer to the complete XML API documentation for FogBugz.