Generates a VCF (vCard) file from contact details. Use this server-side action in your workflows to create downloadable contact cards.
**This plugin creates a vCard where the image (optional) is hosted online**
If you need the image to be hosted on the actual vCard - We have a seperate plugin for that.
If you don't need an image on your vCard at all, either plugin is fine for you.
Generates a standard VCF 3.0 (vCard) file from the provided contact details. Fill in the desired fields. The action outputs a file object containing the VCF data, which you can then use with a download action (e.g., from the 'File Downloader' plugin or custom JavaScript) to let the user save the contact card.
Design Input Form (Optional): Create input elements on a page for users to enter contact details (First Name, Last Name, Email, Phone, etc.).
Create Workflow: Trigger a workflow (e.g., "When Button 'Create VCF' is clicked"). Add the action: Plugins -> Generate VCF Card. Map the input fields in the action properties panel to your page's. The photo should be a URL hosted online. Crucially: Add a next step to handle the Result of step X's (Generate VCF Card) VCF File.
Types
This plugin can be found under the following types: