You can use Gumloop to send contact data directly into Reevo using our Account & Contact Creation API.
ℹ️ If you already have an API key for Account & Contact Creation, you can reuse it — the key doesn’t need to be unique for Gumloop.
email
is required .📄 Standard fields supported by Reevo’s webhook are listed here.Step 3: Add Custom Fields (Optional) To include custom fields like “Lead Source” or “Referral Note”:
contact_custom_fields
key in your main JSON Writer node.You can copy ready-to-use code here or copy the Custom Node in the workbook here.Example Final Payload Here’s a properly formatted JSON payload that includes both standard and custom fields:
https://api.reevo.ai/api/v1/webhook/account_and_contact_creation?payload_type=JSON
POST
x-api-key
: (your Reevo API key)email
field is required. You can include any additional standard or custom fields as needed.
Where do I get custom field IDs?