Kustomer Get Snippets by Key
Uses the Kustomer endpoint here: https://developer.kustomer.com/kustomer-api-docs/reference/getsnippets
Inputs
| Input | Type | Description |
|---|---|---|
| Kustomer Domain | String | Kustomer Domain |
| Kustomer Key | String | Kustomer API Key |
| Snippet Key | String | Snippet key to search for; any snippets with matching keys will be included in returned list |
Outputs
| Output | Type | Decription |
|---|---|---|
| Success | Boolean | Whether any snippets with matching keys were found |
| Snippet Data | List | Snippets returned |
| Number of Snippets | Number | Number of Snippets returned |
| Error | String | Error or response message |
Updated 1 day ago
