Step 4 - Setup Callback

Step 4 - Setup Callback

By setting up the Closed Ticket callback in BlueFolder, when a ticket is closed AccountsInSync is notified to process that ticket.
  1. In BlueFolder, access the BlueFolder CallbacList settings by clicking Settings-->Integration-->Callback List
  2. Review if other existing callbacks are listed and delete them unless required.
  3. Click the 'New Callback' button.

  4. Fill in the following details in Edit Callback settings.
    Name:  Ticket Closed
    Trigger Event: Ticket Closed
    URL: https://system.accountsinsync.com/ws/callback.aspx
    Authentication: not ticked
    Status: Enabled
    Timeout: 60 seconds
    Maximum Attempts: 1
    Request Data:

    <Ticket> 
    <ID>{{ServiceRequest.Id}}</ID>
    <AccessToken>XX-Replace-With-Your-AccountsInSync-Access-Token-XX</AccessToken> 
    </Ticket>

    Replace the section above starting and ending with an XX with your AccountsInSync Access Token found in AccountsInSync settings on the General Tab. 

    Request Content Type: XML
    Failure Email: Your email address

  5. Press Save