Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃幆 New Sink Connector Request: Facebook Lead Ads #255

Open
Michaelg22 opened this issue Mar 8, 2023 · 1 comment 路 May be fixed by #330
Open

馃幆 New Sink Connector Request: Facebook Lead Ads #255

Michaelg22 opened this issue Mar 8, 2023 · 1 comment 路 May be fixed by #330
Assignees
Labels

Comments

@Michaelg22
Copy link
Contributor

Sink Connector-Facebook-Lead-Ads

What is a Vanus Connector

Vanus Connect allows you to skip the complex integration with external services by offering out-of-the-box connectors. Each connector acts as a proxy between outside services and your system, enabling users to have faster integrations with no codes. All data produced or processed by our connectors conforms to the CloudEvents specification, which helps enterprises leverage event-driven architecture to do business in the age of events.

What is a Sink Connector

A sink connector receives CloudEvents and does some specific business logics. For example:

  • MySQL Sink extracts useful data from CloudEvents and writes them to a MySQL database.
  • Display Sink prints incoming CloudEvents out.
  • Slack Sink extracts data from CloudEvents and send them to a Slack channel.

Features of this Connector

  • Create a lead form: Create a lead form for ad campaigns, specifying the questions and fields you want to collect from users.

How to create a new connector

  1. Fork the vanus-connect repo.
  2. Create a sink_facebook_lead_ads_proposal.md based on the sink_proposal_example.md under vanus-connect/proposals directory. The proposal will introduce how a developer tends to implement the connector in detail. The proposal PR must be approved and merged before going to the next step.
  3. Copy one of the sink templates (Golang template, Java template) to vanus-connect/connectors/ and rename it as sink-facebook-lead-ads.
  4. Implement your connector and submit a PR.
  5. Wait the connector to be reviewed and approved.

How to claim to implement this connector

f you want to solve this issue, please leave a comment in this issue like:

I'd like to implement the connector, please assign it to me.

Vanus community will assign the issue to you on time.

@c0d33ngr
Copy link
Contributor

c0d33ngr commented Mar 8, 2023

Please assign to me, I'd love to work on this

@Michaelg22 Michaelg22 changed the title 馃幆 New Source Connector Request: Facebook Lead Ads 馃幆 New Sink Connector Request: Facebook Lead Ads Mar 9, 2023
@Michaelg22 Michaelg22 reopened this Apr 10, 2023
@c0d33ngr c0d33ngr linked a pull request Apr 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants