Skip to content

Conversation

@ceolson01
Copy link
Contributor

Description

This PR updates the contact form to post to a discord webhook instead of hubspot.

New stuff

  • useDiscordWebhooks hook

Changes 🏗

  • Use new discord hook in contact form

Closes #148

@ceolson01 ceolson01 added the enhancement New feature or request label Jun 23, 2020
@ceolson01 ceolson01 requested a review from rdig June 23, 2020 22:57
@ceolson01 ceolson01 self-assigned this Jun 23, 2020
Copy link
Member

@rdig rdig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with this, other then what Chris pointed out, that we should store the token someplace safe

/* @flow */

import { useCallback, useState } from 'react';
// $FlowFixMe (definitions not updated for 1.3.x)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

God damn Flow! 👊

@chmanie
Copy link
Member

chmanie commented Jun 24, 2020

@chmanie
Copy link
Member

chmanie commented Jun 24, 2020

I fixed

@ceolson01 ceolson01 force-pushed the feature/discord-webhooks branch from fc7f533 to a30ee7a Compare June 25, 2020 22:28
@JoinColony JoinColony deleted a comment from chmanie Jun 25, 2020
@ceolson01 ceolson01 force-pushed the feature/discord-webhooks branch from a30ee7a to dbcae3b Compare June 30, 2020 01:05
@ceolson01 ceolson01 merged commit cbb1a18 into generator Jun 30, 2020
@ceolson01 ceolson01 deleted the feature/discord-webhooks branch June 30, 2020 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Get in touch" form should post to Discord webhook

4 participants