growsurf_request_team_verification
Request team verification to enable emailing program participants. Returns updated status and avoids duplicate pending requests.
Instructions
Ask GrowSurf to verify the team bound to the API key or OAuth connection. Verification is required before a program can email participants. Calling this again while a request is pending does not create a duplicate. Returns the team with its updated verificationStatus. Requires GROWSURF_API_KEY; does not require GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The team's display name. | |
| verificationStatus | No | Team verification state. `VERIFIED` is required before a program can send participant emails. | |
| verificationRequestedAt | No | When verification was last requested, as a Unix timestamp in milliseconds. |