IFTTT and Tweet

in my app I want to send a tweet at a certain time, which if I do well, the problem is that I need to pass four values โ€‹โ€‹of the table and I have not been able to pass any.

  1. I have not been able to pass a single one, in my tests I have obtained only empty spaces โ€ฆ
    1.1) Iโ€™ve already tried in โ€œBodyโ€ with
    {
    โ€œValue1โ€: โ€œ<< [TYPE SRV] >>โ€,
    โ€œValue2โ€: โ€œ<< [ID NOTE] >>โ€,
    โ€œValue3โ€: โ€œ<< [UPD] >>โ€
    1,2) and already probe with โ€œbody templateโ€ where automatically generate the file and add the variables {Value1, Value2, Value2}, I send you photo of this โ€ฆ

  2. I need to pass four values โ€‹โ€‹and in the ifttt applet that I found I can only pass three โ€ฆ What to do? Should not I be able to pass the ones I need? will there be another applet with more variables that work with webhook and that I have not known how to search?

in your mail example, you can also only pass three values โ€‹โ€‹!!

I send you a tweet screen, where the values โ€‹โ€‹should be and it only contains the โ€œ-โ€

Please help !!!

0 6 814
6 REPLIES 6

@Phill & @Aleksi
Any comment on these problems โ€ฆ

  1. I can not pass any field for the tweet, where will the problem be?
  2. I need to send more than 3, and in the IFTTT only receives 3 โ€ฆ

Thanks in advanceโ€ฆ

someone else ?

If that receipt can handle only 3 different fields, you should merge fields together.

what a good idea, although the IFTTT does not allow manipulating the field to separate them โ€ฆ
You did not find any errors in the โ€œBodyโ€
{
โ€œValue1โ€: โ€œ<< [TYPE SRV] >>โ€,
โ€œValue2โ€: โ€œ<< [ID NOTE] >>โ€,
โ€œValue3โ€: โ€œ<< [UPD] >>โ€
}

or in JSON file. i send a picture.

Any reason why I do not pass any parameters?

According to your experience, will it be easier with zap?

You could merge fields directly in that bodyโ€ฆ like <<[TYPE SRV]&" "&[ID NOTE]>>

I tried your webhook workflow rule named โ€œtweetโ€.

It is generating a JSON body with about 30 field values in it.

Here is the JSON body it created when I clicked the โ€œTestโ€ button.

{
โ€œValue1โ€: โ€œ05/26/2019:M:rubiโ€,
โ€œValue2โ€: โ€œrubi:3194โ€,
โ€œValue3โ€: โ€œ5/26/2019 10:35:00 AMโ€,
โ€œTIPO SRVโ€: โ€œSPEโ€,
โ€œNOTA IDโ€: โ€œrubi:3194โ€,
โ€œTIPO PRODโ€: โ€œVโ€,
โ€œART IDโ€: โ€œrubi:LAV BLANCAโ€,
โ€œART CORTOโ€: โ€œโ€,
โ€œTURNO MOVโ€: โ€œMโ€,
โ€œMOV CORTEโ€: โ€œ05/26/2019:M:rubiโ€,
โ€œCORTE FECHAโ€: โ€œ5/26/2019โ€,
โ€œUNDSโ€: โ€œpzaโ€,
โ€œCTDโ€: โ€œ1โ€,
โ€œCTE IDโ€: โ€œโ€,
โ€œCANJE ?โ€: โ€œNโ€,
โ€œCORTE CANJEโ€: โ€œโ€,
โ€œFACTOR GASTOโ€: โ€œ20โ€,
โ€œCOSTO COMPRAโ€: โ€œ$9.45โ€,
โ€œCOSTO VTAโ€: โ€œ$27โ€,
โ€œDIA SEMโ€: โ€œ1โ€,
โ€œSEMโ€: โ€œ22โ€,
โ€œMESโ€: โ€œ5โ€,
โ€œAร‘Oโ€: โ€œ2,019โ€,
โ€œUPDโ€: โ€œ5/26/2019 10:35:00 AMโ€,
โ€œCORREOโ€: "lavanderiarubi938@gmail.com",
โ€œSRV & ARTโ€: โ€œSPErubi:LAV BLANCAโ€,
โ€œMOVS D INVโ€: โ€œ05/26/2019 10:35:00:DM:SPE:1โ€,
โ€œNVA NOTA IDโ€: โ€œSPE #3194 1 pzaโ€,
โ€œNOTA CTE MOSโ€: โ€œโ€,
โ€œARTICULOโ€: โ€œLAV BLANCAโ€
}

Top Labels in this Space