GRPCCall
Written by
Updated at March 27, 2025
Only for services with gRPC reflection
Field name | Type | Required | Default value | Templating is supported | Description |
---|---|---|---|---|---|
endpoint |
string |
Yes | No | Yes | Server address. |
method |
string |
Yes | No | Yes | gRPC service and method. |
useServiceAccount |
bool |
No | false |
No | If true , the IAM token of the service account specified in the workflow settings will be added to request headers. |
body |
string |
No | "" |
Yes | Request body. |
headers |
map<string, string> |
No | {} |
Yes: in header values | Request headers. |