# Postman / Zapier - Add group to category

**URL:** https://meta.discourse.org/t/postman-zapier-add-group-to-category/83338
**Category:** Development
**Created:** [March 19, 2018, 8:07pm UTC](https://meta.discourse.org/t/postman-zapier-add-group-to-category/83338 "2018-03-19T20:07:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [March 19, 2018, 8:07pm UTC](https://meta.discourse.org/t/postman-zapier-add-group-to-category/83338/1 "2018-03-19T20:07:34Z")

</div>

Now I will not pretend I am any skilled dev as cannot really code but nifty with tools such as postman & zapier.

I am trying to add a group to a category - now I know I can do it in postman with the following:

Key:Value  
`permissions[GROUPNAME]: 1`

However with Zapier I cannot use a variable in the Key field

Is it possible to specify the groupname and permission value in the value and have just permissions in the key - I have tried numerous ways but cannot see a way around it.

I can also see on the output it has -  
`group_permissions: [{"permission_type":1,"group_name":"GroupName"}]`

However cannot work with that either
