This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Service Catalog Process Workflows using Variables

I’m building a number or Service Catalog items and creating Process Workflows around them.  Having a difficult time incorporating variables into the workflows mainly in Notification and Process Integration items.  Some variables work in some components but not others. Also, cannot find a definitive list of variables available to use. Surely this can't be it Process integrations (solarwinds.com)? Also looked at the Email Variables but not all of them appear to work in the workflow.

Specifically trying to use the Service Catalog Incident’s Assigned To and Requestor as text in a notification email and to a Process Integration calling https://api.samanage.com/incidents API.  Some of the variables just do not work or are not populated as expected. Are there issues or limitation pulling values from the Incident and using them in the Process Workflows?

Parents
  • I had a hard time with integrations until I learned that some of the process integrations seemed to like XML more than JSON and vice versa.

    For notifications, I found that I need to create an Email Template rather than an ad hoc email, and to get any reply to come back to the ticket I use the subject: Incident {{incident_number}} - {{incident_title}}

    and I use both custom fields ( {{my_custom_field_in_the_service_catalog_item}}  ) and standard fields (  {{requester_first_name}}  ) in the body of the email:

    Hi {{requester_first_name}},

    I hope this helps.

Reply
  • I had a hard time with integrations until I learned that some of the process integrations seemed to like XML more than JSON and vice versa.

    For notifications, I found that I need to create an Email Template rather than an ad hoc email, and to get any reply to come back to the ticket I use the subject: Incident {{incident_number}} - {{incident_title}}

    and I use both custom fields ( {{my_custom_field_in_the_service_catalog_item}}  ) and standard fields (  {{requester_first_name}}  ) in the body of the email:

    Hi {{requester_first_name}},

    I hope this helps.

Children
No Data