Confirm the contact email by 6-digit code
confirm_contact_emailConfirm the contact email by entering the 6-digit code the user got in their inbox (v0.18.2).
WHEN TO CALL:
publish_need returned error_code = "NEEDS_EMAIL_VERIFICATION", AND the user told you the 6-digit code.
WHAT IT DOES:
Verifies the code and marks this connection/account + email as verified.
Subsequent publish_need calls with the same email no longer ask for the code.
AFTER CALLING:
Retry the original publish_need with the same i_seek / i_offer / contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The 6-digit code the user got in their inbox. | |
| Yes | The contact email the user gave you in publish_need. |