Skip to content

Instantly share code, notes, and snippets.

@spalladino
Created November 14, 2016 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spalladino/0ad6ee5183a0edf6795c3bcc82eb5f4c to your computer and use it in GitHub Desktop.
Save spalladino/0ad6ee5183a0edf6795c3bcc82eb5f4c to your computer and use it in GitHub Desktop.
Sample Manifest
<?xml version="1.0" encoding="UTF-8" ?>
<verboice-service>
<name>Callback test</name>
<steps>
<step name="callback-test"
display-name="Callback test"
icon="medicalkit"
type="callback"
callback-url="http://requestb.in/y9fz04y9">
<settings>
<variable name="foo" display-name="Foo" type="string"/>
</settings>
<response type="none" />
</step>
</steps>
</verboice-service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment